Closed deezer257 closed 1 week ago
Test is implemented.
Thanks! But the test is not a Python file. Please add the test to tests/test_record_and_stimulate.py
and create a def test_empty_recordings()
there.
Tests are not passing. You probably did not run black tests
?
I only ran the specific test since all tests would take an hour to run. I will do it tomorrow, sorry!
Thanks again! black
passes now, but the test you wrote now exists twice :D (You can always check changed files to see what you are trying to merge).
Could you delete the tests/test_empty_recording
file?
I inserted a check if the recording DataFrame is empty, if so I raised an value error. Nevertheless, I use a WSL and at some point the tests got stuck, at about 80% of completion, and the WSL lost connection.
Closes #365