You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test test_sir_w_breaks() assumes that a file named tests/fixtures/data/test_sir_w_breaks_python.npy is committed in the repo, but the file is not there:
The test
test_sir_w_breaks()
assumes that a file namedtests/fixtures/data/test_sir_w_breaks_python.npy
is committed in the repo, but the file is not there:black-it/tests/test_examples/test_sir_python.py
Lines 59 to 63 in 01593e7
tests/test_examples/test_sir_python.py
was introduced in d7a3e84 (@marcofavoritobi). It contained two tests:test_sir()
, which referencestest_sir_python.npy
that was (correctly) committedtest_sir_w_breaks()
which references a missing file. Probably an oversight?The text was updated successfully, but these errors were encountered: