Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:0.1
-
Epic Link:
-
Sprint:DRP F16-1
-
Team:Data Release Production
Description
Using the assertXxNearlyEqual methods for exact comparisons is a bit confusing, even if it works (if you set atol=0 and rtol=0). On this ticket I'll add simple variants whose names don't imply an approximate comparison and just delegate to the NearlyEqual variants with zero tolerances.
Doing this now so I can use it on DM-6631.