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
It is not possible to specify the dtype of the resulting idxs array. Also np.nonzero(a) does not support to specify the dtype of the resulting array :( One might have to write a batched version of np.argwhere and batch chunks of sources.
The issue arises for the pre_event_selection_method of the background generation method, when O(10 million) MC events are selected for all the sources.
This lines brakes when using many sources (400+) due to large memory allocation of 20+GB. Maybe use int32 instead of int64!?
skyllh/skyllh/core/event_selection.py
Line 577 in e99102e
The text was updated successfully, but these errors were encountered: