-
Notifications
You must be signed in to change notification settings - Fork 12
Updating the default config to be compatible with adult recordings. #173
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #173 +/- ##
==========================================
- Coverage 71.93% 71.90% -0.04%
==========================================
Files 22 22
Lines 1176 1178 +2
==========================================
+ Hits 846 847 +1
- Misses 330 331 +1 ☔ View full report in Codecov by Sentry. |
scott-huberty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @christian-oreilly !!!
| with pytest.raises(ImportError, match="Missing optional dependency 'astropy'."): | ||
| # choosing a package that will probably never be added to the requirements! | ||
| check.import_optional_dependency("astropy") | ||
| package = "sdgssfersfsdesdfsefsdfsdt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aha nice ; )
…ina-usc#173) * Updating the default config to be compatible with adult recordings. * Code linting. * Fixing tests. * Fixing spelling. * Fixing simulation test.
…ina-usc#173) * Updating the default config to be compatible with adult recordings. * Code linting. * Fixing tests. * Fixing spelling. * Fixing simulation test.
Our default configuration came from the EEG-IP project. This project is in infants which have notoriously noisy data. These parameters are not optimal for adult defaults and the default configuration should not be for such a specific population. This PR creates two configs, one for adults and one for infants. It provides the capability to load the infant default config, but if nothing is specified, it will load the adult default config. It also cleans up some unused arguments in these config files.