-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MRG: Better split file handling in Report.parse_folder() #8486
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
mne/report.py
Outdated
| elif _endswith(fname, ('epo',)): | ||
| data = read_epochs(fname, preload=False) | ||
| elif _endswith(fname, ('ave',)): | ||
| data = read_evokeds(fname, condition=0, allow_maxshield=True) |
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.
can we call data inst ?
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.
Done
|
@agramfort can you check if this fixes your issue? |
agramfort
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.
thx @hoechenberger !
|
thx @hoechenberger |
|
This broke CircleCI: Can you look @hoechenberger ? |
Better split file handling in Reports: don't "report" on any splits but the first.
cc @agramfort, wdyt?