-
Notifications
You must be signed in to change notification settings - Fork 68
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
BUG: Fix bugs with split files #597
Conversation
@hoechenberger the failure for ds003775 is unexpected:
Looks like it's due to mne-tools/mne-python#11099, can you look? |
Ouch … I'm afraid I won't have time before the weekend, sorry |
This is ready for review/merge from my end 003775 will be red until mne-tools/mne-python#11143 is merged, but hopefully 000248 (where splits matter) and all others come back green. Once 3775 is fixed I'll restart CIs. So whoever reviews, if you're happy, feel free to mark for merge-when green. |
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.
just a couple of nitpicks
epochs_cleaned.save( | ||
fname_epo_out, overwrite=True, split_naming='bids', | ||
split_size=cfg._epochs_split_size) | ||
# _update_for_splits(out_files, 'epochs_cleaned') |
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.
to cleanup
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.
These were intentionally left in to remind us to do it when working on caching :)
epochs_cleaned.save( | ||
fname_out, overwrite=True, split_naming='bids', | ||
split_size=cfg._epochs_split_size) | ||
# _update_for_splits(out_files, 'epochs_cleaned') |
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.
to cleanup
Before merging …
docs/source/changes.md
)Closes #593
True TDD, should fail, then I'll fix it and mark ready for review.