Skip to content

Commit 0db7bef

Browse files
committed
fixed typo: self.__max_regret -> self._max_regret
1 parent b8026c3 commit 0db7bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pygambit/behavmixed.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ class MixedBehaviorProfile:
871871
agent_max_regret
872872
"""
873873
self._check_validity()
874-
return self.__max_regret()
874+
return self._max_regret()
875875

876876
def liap_value(self) -> ProfileDType:
877877
"""Returns the Lyapunov value (see [McK91]_) of the strategy profile.

0 commit comments

Comments
 (0)