-
Notifications
You must be signed in to change notification settings - Fork 3
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
document test cases #291
Comments
Notes
Filter_data❌ Fails FR3. Must raise an exception when data being filtered is invalid. Check in the negative rather than the positive ("if data is NOT raw data" vs "if data is None, if data is NaN, if data is...") Final_rejectIca_rawIdent_badchans✔️ Passes all test-cases. NOTE Test impacted by dev-fix-lastReleaseUnplanned, need to merge in branch to see new fix Interp_dataReref_data❌ Fails RR3. Needs to throw an exception. Segment data❌ Fails S3. Needs to throw an exception. Select data |
|
Moving issues and closing |
What needs documentation and what will each item entail?
Document failed tests and either fix tests or create issues for enhancements off of tests
The text was updated successfully, but these errors were encountered: