We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cb37e commit 7a2e37fCopy full SHA for 7a2e37f
1 file changed
tests/test_3_type_success.py
@@ -12,4 +12,4 @@ def test_dataframe_error_with_raises():
12
rta = RTAnalysis()
13
test_df = generate_test_df(2, 1, 0.8)
14
with pytest.raises(ValueError):
15
- rta.fit(test_df.rt, test_df.accuracy)
+ rta.fit(test_df.rt, test_df.accuracy.loc[1:])
0 commit comments