Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Morgan Schmitz
Morgan SchmitzReporter
Morgan Schmitz
Morgan SchmitzReviewers
Lee Kelvin
Story Points
0.5
RubinTeam
Data Release Production
Checklist
Checklist
Created June 14, 2021 at 3:06 PM
Updated July 29, 2021 at 12:03 PM
Resolved June 14, 2021 at 4:06 PM
https://rubinobs.atlassian.net/browse/DM-28803#icft=DM-28803 introduced the capability for stars where annulus computation failed to be kept. This is done via a try/except in `initAndNormalize`, the exception itself being raised in `measureAndNormalize`.
During review, the exception was changed from `ValueError` to `RuntimeError`; this causes a small bug where the exception is not caught properly in `initAndNormalize`. This tickets will fix it.