BouchardLab / process_nwb

Functions for preprocessing timeseries data stored in the NWB format
https://process-nwb.readthedocs.io/en/latest/
4 stars 6 forks source link

linenoise_notch.apply_linenoise_notch(data, fs) seems to fail if 'fs' is not an integer number #39

Closed jthermiz closed 3 years ago

jthermiz commented 3 years ago

Fails if 'fs' is not an int, but works otherwise

JesseLivezey commented 3 years ago

What do you by fails? Does it raise an error or return the wrong result?

JesseLivezey commented 3 years ago

I think I see the problem.