PIA-Group / BioSPPy

Biosignal Processing in Python
Other
573 stars 274 forks source link

TypeError in windower method #4

Closed capcarr closed 8 years ago

capcarr commented 8 years ago

The signals.tools.windower method raises a TypeError when the fcn_kwargs argument is not specified. The problem can be overcome be specifying an empty dict, e.g. fcn_kwargs={}.