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
Injecting a source at -5.7 deg (at the edge of Northern Tracks even selection) yields the following non-descriptive error message:
[...]
File "/data/user/hmniederhausen/software/skyllh_v003p03_v1/skyllh/skyllh/core/parameters.py", line 1256, in _calc_floatD_and_intD
','.join(str(v) for v in value[np.invert(m)])))
ValueError: The following values are outside the range of the parameter grid "gamma": nan
A better way of handling this would be to require each analysis to provide a "safe" range / bounds for the source declination.
The text was updated successfully, but these errors were encountered:
Funny thing, I saw this very same non-descriptive error when using the publicdata_ps branch. But with public data, we don't have any specific declination constraints, and I was injecting right at the horizon (-0.01 deg).
The issue might be related to some bin edge issues.
Injecting a source at -5.7 deg (at the edge of Northern Tracks even selection) yields the following non-descriptive error message:
[...]
File "/data/user/hmniederhausen/software/skyllh_v003p03_v1/skyllh/skyllh/core/parameters.py", line 1256, in _calc_floatD_and_intD
','.join(str(v) for v in value[np.invert(m)])))
ValueError: The following values are outside the range of the parameter grid "gamma": nan
A better way of handling this would be to require each analysis to provide a "safe" range / bounds for the source declination.
The text was updated successfully, but these errors were encountered: