Fix numpy failure case in det_cal#1677
Conversation
ykyohei
left a comment
There was a problem hiding this comment.
I tested update_det_cal for this obsevation at tiger3 and it didn't have any error and I'm bit confused.
Is it possible that this is due to race conditions of site pipeline..?
Multiple I see many more of these kinds of failures in the |
There was a problem hiding this comment.
Okay I learned that this used to be just DeprecationWarning but from numpy 2.2.0 this leads to ValueError.
Thanks for flagging this!
https://numpy.org/devdocs/release/2.2.0-notes.html#expired-deprecations
Great, I am going to remove the |
Some obs_ids are silently failing on the LAT with the following error:
This just adds a fix so that it will continue and not fail as was done for
update_smurf_caldbsin #1619.