Problem with mne_features

Hello,

I’m using mne_features to extract features from single channel EEG data. I examined the functions before, but now I’m unable to use it because any type of feature function causes this error:
_check_input() missing 1 required keyword-only argument: 'reset’

I’m not sure what’s going on!
Any assistance is greatly appreciated.

this has been fixed in development version:

https://github.com/mne-tools/mne-features/pull/70/files

Alex

Thank you very much.
It was very helpful to me.