You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
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.The text was updated successfully, but these errors were encountered: