We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1482b commit 8e92042Copy full SHA for 8e92042
1 file changed
tests/test_game.py
@@ -254,8 +254,12 @@ def test_mixed_behavior_profile_game_structure_changed():
254
profile.infoset_value(g.infosets[0])
255
with pytest.raises(gbt.GameStructureChangedError):
256
profile.is_defined_at(g.infosets[0])
257
+ with pytest.raises(gbt.GameStructureChangedError):
258
+ profile.agent_liap_value()
259
260
profile.liap_value()
261
262
+ profile.agent_max_regret()
263
264
profile.max_regret()
265
0 commit comments