Skip to content

Commit

Permalink
Increase test threshold when comparing raw repeatability in tract mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Aug 14, 2024
1 parent f048a9a commit fcb355c
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 fcb355c

Please sign in to comment.