eqcorrscan / EQcorrscan

Earthquake detection and analysis in Python.
https://eqcorrscan.readthedocs.io/en/latest/
Other
166 stars 86 forks source link

Syntax / function call updates in preparation of obspy 2.0 (+ h5py, scipy) #447

Closed flixha closed 3 years ago

flixha commented 3 years ago

What does this PR do?

It fixes some depreciated (related to scipy, eqcorrscan) and some now no longer supported syntax (related to obspy 2.0 and h5py).

Why was it initiated? Any relevant Issues?

Obspy's master-branch contains changes that will come fully into effect with the release of obspy 2.0. Some of these changes break current syntax and tests in EQcorrscan.

PR Checklist