Calum Chamberlain
Calum Chamberlain
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
See #563 - some picks from FDSN services are missing channel codes resulting in an opaque and hard to understand error. ### What does this PR do? Adds a useful...
### What does this PR do? Adds timeout limits for waiting for other parts of the concurrent workflow in `Tribe.detect`. This can avoid stalled workflows. ### Why was it initiated?...
### What does this PR do? Raises an assertion error if the wrong type is provided to Party on init ### Why was it initiated? Any relevant Issues? I frequently...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
**Describe the bug** We enforce the same processing (filters, resampling, fft-shape etc), which ensures that templates and continuous data are processed the same, however when resampling, if the data that...
**Describe the bug** Attempting to decluster large parties (multiple days) can result in unreported int overflow errors. **To Reproduce** *To do* **Expected behavior** Cope with int32 types, and if the...
**Describe the bug** I don't understand why, but when running `py.test eqcorrscan.tests.correlate_test.py::TestStreamCorrelateFunctions` the first test (or any single test selected) runs fine, but following tests raise warnings from the C...
**Is your feature request related to a problem? Please describe.** Now that pre-processing makes use of internal numpy functions and is multi-threaded we are now in a position to make...