Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: geom
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:BG3_F18_09
-
Team:Architecture
Description
In removing VisitInfo creation from obs_subaru and moving it to obs_base, all the tests passed in test_repository.py despite me not yet calculating an ERA. Turns out that geom.Angle(NaN) compared to a finite Angle is always fine. Fix the assert to trap NaN in either argument.