lsst / afw

LSST data management: pipeline library code and primitives including images and tables
http://dm.lsst.org/
21 stars 22 forks source link

DM-43416: Fix warning in bbox_contains_sky_coords #732

Closed kfindeisen closed 6 months ago

kfindeisen commented 7 months ago

This PR fixes a bug in coordinate checks that attempted to convert NaN or infinite values to integers. The bug was exposed by unit tests, but went unnoticed because it only caused a warning instead of an error.