sappelhoff / pyprep

PyPREP: A Python implementation of the Preprocessing Pipeline (PREP) for EEG data
https://pyprep.readthedocs.io/en/latest/
MIT License
136 stars 33 forks source link

convert chn labels from list to array #117

Closed OleBialas closed 2 years ago

OleBialas commented 2 years ago

Added list-to-array conversion in ransac.find_bad_by_ransac test to test_find_bad_by_ransac. closes #116

OleBialas commented 2 years ago

I agree that using np.asarray is better

sappelhoff commented 2 years ago

please also add yourself here: https://github.com/sappelhoff/pyprep/blob/master/.zenodo.json

and add an entry to the changelog: https://github.com/sappelhoff/pyprep/blob/master/docs/whats_new.rst

OleBialas commented 2 years ago

Done

sappelhoff commented 2 years ago

Thanks @OleBialas

OleBialas commented 2 years ago

My pleasure, thanks for inviting me to contribute