Closed snwnde closed 2 years ago
This PR addresses https://github.com/raphaelvallat/yasa/issues/50.
See https://github.com/raphaelvallat/yasa/issues/50#issuecomment-1000740304.
flake8 reports problems in spectral.py and staging.py but I didn't touch them.
flake8
spectral.py
staging.py
All tests passed with some DeprecationWarning in the test codes.
DeprecationWarning
I also kept the doc string Original code imported from the Visbrain package as I would expect them to accept the same enhancement, c.f. https://github.com/EtienneCmb/visbrain/issues/104.
Original code imported from the Visbrain package
Issue
This PR addresses https://github.com/raphaelvallat/yasa/issues/50.
Benchmark
See https://github.com/raphaelvallat/yasa/issues/50#issuecomment-1000740304.
Code style
flake8
reports problems inspectral.py
andstaging.py
but I didn't touch them.Pytest
All tests passed with some
DeprecationWarning
in the test codes.Remark
I also kept the doc string
Original code imported from the Visbrain package
as I would expect them to accept the same enhancement, c.f. https://github.com/EtienneCmb/visbrain/issues/104.