Skip to content

Commit 668729a

Browse files
committed
fix sarsa test
1 parent 7d5e692 commit 668729a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class AdvancedTest(unittest.TestCase):
1010

1111
@classmethod
1212
def test_sarsa(cls):
13-
data_df = run('rand_sarsa')
13+
data_df = run('sarsa')
1414
assert isinstance(data_df, pd.DataFrame)
1515

1616
@classmethod

0 commit comments

Comments
 (0)