Skip to content

Commit 997f246

Browse files
committed
Remove commented out unreachable states for TF2
1 parent f55bb0e commit 997f246

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

axelrod/strategies/finite_state_machines.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,6 @@ def __init__(self) -> None:
647647
(2, C, 14, D), (2, D, 9, D),
648648
(3, C, 0, C), (3, D, 1, D),
649649
(4, C, 1, D), (4, D, 2, D),
650-
# (5, C, 12, C), (5, D, 6, C),
651-
# (6, C, 1, C), (6, D, 14, D),
652650
(7, C, 12, D), (7, D, 2, D),
653651
(8, C, 7, D), (8, D, 9, D),
654652
(9, C, 8, D), (9, D, 0, D),

0 commit comments

Comments
 (0)