-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create Settings class with Pydantic validation * Fixed a lot of bugs * add pydantic dependency * Remove StrEnum * Partially fixed tests * Refactor oscillatory * Fix oscillatory bug * vectorize_bispectra * More validation and settings refcatoring * minor changes * Settings class validation finished, all tests working * Ignore wrong order modules in __init__.py * Fix tests, added retrocompability functions * Add Pydantic dependency * Autoformat * Vectorize bursts calculation * Fix bug * autoformat * typing change * fix enable_all_features * vectorize bursts calculation, fix settings reset bug * review pydantic PR * fix bursts merge, fix osc tests * Remove getattr/setattr where possible * fix bug in sharpwaves * Add some comments, remove seglength * Replace nm_settings.json for a .yaml * Refactor normalizer classes * add more comments about burst vectorization * fix timing and logging in lsl stream * Sharpwave refactor and bugfixing * Speed-up sharpwaves computation * fix sharpeness bug * fix nolds default settings fband name * remove prints * Make MNE-connectivity non-verbose * Refactor nm_normalization + Handle divide by zero in feature normalization * Remove a file * Fix Numpy private function calls for Numpy 2.0 update * add new dependencies for numpy and scipy to be compatible with numpy _core methods * add function to read mne io read_raw data * fix doc example sharpwave * fix add feature example * changes in timing, exclude parllel processing * Update test_feature_sampling_rates.py Remove comments in tests * Update test_timing.py * fix test --------- Co-authored-by: Antonio Martinez Brotons <[email protected]> Co-authored-by: timonmerk <[email protected]>
- Loading branch information
1 parent
b7357bd
commit 022402b
Showing
10 changed files
with
38 additions
and
199 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 was deleted.
Oops, something went wrong.
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