We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac1c96 commit db68e4eCopy full SHA for db68e4e
1 file changed
tests/test_node.py
@@ -204,7 +204,6 @@ def test_node_own_prior_action_non_terminal(game_file, expected_node_data):
204
games.read_from_file("subgame-roots-finder-multiple-roots-and-merge.efg"),
205
{0, 1, 4, 7, 11, 13, 34}
206
),
207
- (games.read_from_file("subgame-8-roots.efg"), {0, 1, 2, 4, 5, 16, 27, 30}),
208
(games.Centipede.get_test_data(N=5, m0=2, m1=7)[0], {0, 2, 4, 6, 8}),
209
(gbt.Game.new_tree(), {}),
210
(games.read_from_file("subgame-roots-finder-multiple-merges.efg"), {0, 2, 13, 15}),
0 commit comments