Skip to content

Commit 8e92042

Browse files
committed
agent_{liap_value,max_regret} added to tests for GameStructureChangedError
1 parent ef1482b commit 8e92042

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_game.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,12 @@ def test_mixed_behavior_profile_game_structure_changed():
254254
profile.infoset_value(g.infosets[0])
255255
with pytest.raises(gbt.GameStructureChangedError):
256256
profile.is_defined_at(g.infosets[0])
257+
with pytest.raises(gbt.GameStructureChangedError):
258+
profile.agent_liap_value()
257259
with pytest.raises(gbt.GameStructureChangedError):
258260
profile.liap_value()
261+
with pytest.raises(gbt.GameStructureChangedError):
262+
profile.agent_max_regret()
259263
with pytest.raises(gbt.GameStructureChangedError):
260264
profile.max_regret()
261265
with pytest.raises(gbt.GameStructureChangedError):

0 commit comments

Comments
 (0)