-
Notifications
You must be signed in to change notification settings - Fork 266
[NeuralynxRawIO] Pre4 files tests #890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Allows full normal testing to run, using the 4.0.2 data only to test the parsing of ncs recording from the header information.
Tests for v5.5.1 still failing.
…ssignement. Using a tolerance over a longer experiment is not sensitive enough to detect blocks where perhaps a large amount of samples are dropped and there is a small gap afterwards.
Strange this hasn’t caused issues before with other file sets.
|
Hello @PeterNSteinmetz! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-10-29 17:51:50 UTC |
|
As before, I am wondering if strict PEP8 compliance is required in python-neo? Most of these line break and remaining indentation complaints won't look very good. Would rather just leave them as is. |
|
re PEP 8: I don't think any of us worry about W504 or E126, so for me it's ok not to fix those |
|
Now that the test data is merged in ephy_testing_data I think the tests will pass if restarted. |
|
I have just rerun travis to see. |
|
It looks like the Travis build is ok. But the errors showing up in the circleci tests have to do with hdf5io . Puzzling as nothing in these commits touches that io. How to fix? |
|
I guess this should now work if CirclCI is started since PR#893 has been merged. |
|
Going to wait for PR#888 to be merged before trying to rebase or merge this with current master. |
|
Closed and incorporated into new PR. |
This pull request activates the full test suite for the PRE4 file type for Cheetah version 4.0.2.
It also corrects an older off by one bug in test_neuralyxio.py which was omitting the last sample in each record during testing.
This will not run integration tests until ephy_testing_data PR#20 is merged.