-
Notifications
You must be signed in to change notification settings - Fork 67
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
ENH: Cache grand-average steps #765
Conversation
Okay I'll mark for merge-when-green once I work out the |
* upstream/main: ENH: More compact logging (mne-tools#764)
* upstream/main: ENH: Add eSSS (mne-tools#762)
I'm going to change the STC filetype to |
... and I noticed that our coverage was wrong for stuff like CSP time/freq -- I added some infrastructure to allow putting config overrides directly in So if I set this up properly our coverage of a file like |
Before merging …
docs/source/changes.md
)I expect some failures because the source grand average step is not complete (these should fail the rerun test!), but this at least runs on
ds003392
andds004229
for me locally, and rerunning completes within 10s.With this PR, I think all cachable steps are cached! Should make rerunning tests faster locally too 🚀
Closes #609