Skip to content

Commit

Permalink
Merge pull request #126 from lsst/tickets/DM-45452
Browse files Browse the repository at this point in the history
DM-45452: Increase test threshold when comparing raw repeatability in tract mode.
  • Loading branch information
erykoff authored Aug 14, 2024
2 parents f048a9a + fcb355c commit 23fb38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fgcmcalTestBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def _testFgcmCalibrateTract(self, instName, testName, visits, tract, skymapName,

repeatabilityCat = butler.get(list(repRefs)[0])
repeatability = repeatabilityCat['rawRepeatability'][:]
self.assertFloatsAlmostEqual(repeatability, rawRepeatability, atol=4e-6)
self.assertFloatsAlmostEqual(repeatability, rawRepeatability, atol=5e-5)

# Check that the number of photoCalib objects in each filter are what we expect
for filterName in filterNCalibMap.keys():
Expand Down

0 comments on commit 23fb38f

Please sign in to comment.