usgs / groundmotion-processing

Parsing and processing ground motion data
Other
54 stars 42 forks source link

Fix tests to use explicit hann window with obspy. #972

Closed arkottke closed 2 years ago

arkottke commented 2 years ago

scipy is now using hann, instead of hanning, for the window name. Specify this window explicitly.

emthompson-usgs commented 2 years ago

Thanks @arkottke.