Skip to content

Commit fefacd1

Browse files
bing-jmarcharper
authored andcommitted
modified test file to align with changes. all tests passed!
1 parent 8b17e01 commit fefacd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/strategies/test_armed_bandits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class TestEpsilonGreedy(TestPlayer):
1111

12-
name = "$\varepsilon$-greedy: 0.1, 0.0, 0.0, inf"
12+
name = "$\varepsilon$-greedy: 0.1, 0.0, 0.0, -1.0"
1313
player = axl.EpsilonGreedy
1414
expected_classifier = {
1515
"memory_depth": float("inf"),

0 commit comments

Comments
 (0)