Skip to content

Commit cae6595

Browse files
committed
Fix incorrect function called in MixedBehaviorProfile.liap_value
1 parent 48460cd commit cae6595

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
@@ -890,7 +890,7 @@ class MixedBehaviorProfile:
890890
agent_liap_value
891891
"""
892892
self._check_validity()
893-
return self._agent_liap_value()
893+
return self._liap_value()
894894

895895
def as_strategy(self) -> MixedStrategyProfile:
896896
"""Returns a `MixedStrategyProfile` which is equivalent

0 commit comments

Comments
 (0)