Skip to content

Commit

Permalink
Loosen covariances check tolerance slightly for osx-arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Sep 26, 2024
1 parent 4c22772 commit 2f81576
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 2f81576

Please sign in to comment.