Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Int overflow error in decluster unreported #546

Open
calum-chamberlain opened this issue Jul 25, 2023 · 1 comment
Open

Int overflow error in decluster unreported #546

calum-chamberlain opened this issue Jul 25, 2023 · 1 comment

Comments

@calum-chamberlain
Copy link
Member

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 data overflow this, then warn the user and divide by largest factor? Or just tell the user to split the party up forst?

Desktop (please complete the following information):

  • Operating System: Windows
  • Python version: 3.9
  • EQcorrscan version: 0.4.4

Additional context
This results in errors like: IndexError: index 0 is out of bounds for axis 0 with size 0 when trying to match peaks to actual detection values.

@calum-chamberlain
Copy link
Member Author

The party that was giving me the issue on Windows, using the current 0.4.4 version of EQcorrscan installed from conda-forge is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant