Skip to content

Commit db68e4e

Browse files
committed
Delete an outdated subgame roots test in the legacy test suite
1 parent dac1c96 commit db68e4e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ def test_node_own_prior_action_non_terminal(game_file, expected_node_data):
204204
games.read_from_file("subgame-roots-finder-multiple-roots-and-merge.efg"),
205205
{0, 1, 4, 7, 11, 13, 34}
206206
),
207-
(games.read_from_file("subgame-8-roots.efg"), {0, 1, 2, 4, 5, 16, 27, 30}),
208207
(games.Centipede.get_test_data(N=5, m0=2, m1=7)[0], {0, 2, 4, 6, 8}),
209208
(gbt.Game.new_tree(), {}),
210209
(games.read_from_file("subgame-roots-finder-multiple-merges.efg"), {0, 2, 13, 15}),

0 commit comments

Comments
 (0)