-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* push test for channels interpolation * use mne interpolation * fix typing * fix get_paradigm * typo * constructor parameter `paradigm` can now be removed * fix filtered dataset * set interpolate_missing_channels to False by default * fix assert paradigm not passing * parameter incorreclty named * fix paradigm name * exclude stim channel * debug trace * A-B vs B-A set difference pb * fix event_list * fix montage error fix event list in tests * fix disabling montage * pop should be on info not raw object * typo * workaround ValueError: lowpass frequency 32.0 must be less than Nyquist (32.0) * do not forget to pick channels * remove fmin/fmax * fix Nyquist error * remove finnally block * log montage * use default montage 1005 is not available * fix type * add origin * fix reference error * debug * add new check on epochs length * dataset missing in get_data * invalid subject given * debug string * missing dereferencement * fix destructuring * some debug trace * debug string * debug string * additiona testing * warn epochs * debug info * fix syntax * inverse test * raw.copy missing * resample not accurate. Debug. * fix interpolate missing channel True when should be False * get_data directly from datasets * lint * Update bi_illiteracy.py * [pre-commit.ci] auto fixes from pre-commit.com hooks * missing modification * [pre-commit.ci] auto fixes from pre-commit.com hooks * Update whats_new.rst --------- Co-authored-by: Gregoire Cattan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bru <[email protected]>
- Loading branch information
1 parent
bce0f9f
commit e7f465c
Showing
11 changed files
with
179 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.