Skip to content

Commit 7a2e37f

Browse files
committed
fix failing test
1 parent 71cb37e commit 7a2e37f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_3_type_success.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def test_dataframe_error_with_raises():
1212
rta = RTAnalysis()
1313
test_df = generate_test_df(2, 1, 0.8)
1414
with pytest.raises(ValueError):
15-
rta.fit(test_df.rt, test_df.accuracy)
15+
rta.fit(test_df.rt, test_df.accuracy.loc[1:])

0 commit comments

Comments
 (0)