Skip to content

Commit

Permalink
Merge pull request #270 from lsst/tickets/DM-42863-hotfix
Browse files Browse the repository at this point in the history
DM-42863-hotfix: Loosen covariances check tolerance slightly for osx-arm64.
  • Loading branch information
erykoff authored Sep 26, 2024
2 parents 4c22772 + 2f81576 commit aa62716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ptc.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def test_covAstier(self):
means = ptc.finalMeans[ampName][nanMask]
covModel = ptc.covariancesModel[ampName][nanMask]
covariancesModel = ptc.evalPtcModel(means, setBtoZero=False)[ampName]
self.assertFloatsAlmostEqual(covariancesModel, covModel, atol=1e-13)
self.assertFloatsAlmostEqual(covariancesModel, covModel, atol=1e-12)
# Note that the PhotoTransferCurveDataset does not store the gain
# fit parameter for FULLCOVARIANCE with b=0, so we can't compare
# exactly.
Expand Down

0 comments on commit aa62716

Please sign in to comment.