issues
search
ppsp-team
/
HyPyP
The Hyperscanning Python Pipeline
BSD 3-Clause "New" or "Revised" License
75
stars
42
forks
source link
variables renaming for consistency in prep.py + tests
#197
Closed
patricefortin
closed
2 months ago
patricefortin
commented
2 months ago
Fixed issues:
exceptions that were not properly raised in error flows
Improvements:
added
freqs
argument to
prep.filt()
removed redundant ica fit that increased execution time
variables renaming for readability
use list comprehension
move existing tests on prep.py to test_prep.py
parameterize tests for testing multiple strategy/mode
add simple test for
prep.filt()
Fixed issues:
Improvements:
freqs
argument toprep.filt()
prep.filt()