-
Notifications
You must be signed in to change notification settings - Fork 77
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
Remove Background Noise Removal Failure #1332
Comments
Ok so the problem happens here:
When printing out the ping time indices for And when printing out the original ping time indices for That being the case, the reindex errors out since there's a comparison between integers and datetime objects being doing within that function. |
This problem is caused by |
Found in PR #1331, background noise removal fails at during
test_raw_to_mvbs
in the test fileechopype/tests/utils/test_processinglevels_integration.py
. Not quite sure what the problem is but I'll get to it later since it is out of the scope of #1331.The text was updated successfully, but these errors were encountered: