Skip to content

Commit

Permalink
update expected response test for fixed psf='gauss' metacal reconv me…
Browse files Browse the repository at this point in the history
…thod
  • Loading branch information
esheldon committed Oct 4, 2023
1 parent 8f97869 commit 45c2dc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ngmix/tests/test_metacal_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,4 @@ def test_metacal_bootstrap_gaussmom_response(metacal_caching):
Rvals[i] = (res1p['e'][0] - res1m['e'][0])/0.02

Rmean = Rvals.mean()
# this response value comes from 2.0.0, and had an error less than of
# 1.0e-5 on it. Allow for differences in rng/arch etc. by taking 1.0e-4
assert abs(Rmean - 0.28535) < 1.0e-4
assert abs(Rmean - 0.28159) < 1.0e-4

0 comments on commit 45c2dc3

Please sign in to comment.