Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw, meas_algorithms, starlink_ast
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:AP S18-6
-
Team:Alert Production
Description
Even after fixing DM-12270 the persistence of CoaddBoundedField is apparently not exact. If atol is set to 0 in testPersistence method of test_coaddBoundedField the test fails.
Attachments
Issue Links
- relates to
-
DM-12270 AST persistence is not exact
- Done
The basic problem appears to be that SkyWcs persistence is not exact. Note that assertWcsAlmostEqualOverBBox does not allow 0 as the max error, so it cannot test equality. Fix that and fix the persistence test in afw test_skyWcs.py to use it.