-
Notifications
You must be signed in to change notification settings - Fork 12
Supporting multimodal datasets. #191
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 #191 +/- ##
==========================================
+ Coverage 80.50% 80.81% +0.30%
==========================================
Files 22 22
Lines 1262 1282 +20
==========================================
+ Hits 1016 1036 +20
Misses 246 246 ☔ View full report in Codecov by Sentry. |
|
The commit message is not accurate; it is not running ICA only for EEG, but ICALabel only for EEG. ICA can be run for MEG too, but ICALabel will not be ran. |
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 ! I only had time to take a brief look, but see that you added a test (which is passing), so am +1 for merging!
|
Thanks for the review, @scott-huberty ! |
* Supporting multimodal datasets. * Linting * Running ICALabel only for EEG.
* Supporting multimodal datasets. * Linting * Running ICALabel only for EEG.
Closes #64