We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d669b commit 5a7b1c3Copy full SHA for 5a7b1c3
1 file changed
tests/jax/test_moffat_comp_galsim.py
@@ -46,7 +46,7 @@ def test_moffat_comp_galsim_maxk(psf, thresh):
46
f"{psf.beta} \t {int(psf.trunc)} \t {thresh:.1e} \t {fk:.3e} \t {psf.maxk:.3e} \t {gpsf.maxk:.3e}",
47
flush=True,
48
)
49
- np.testing.assert_allclose(gpsf.maxk, psf.maxk, rtol=1e-4, atol=0)
+ np.testing.assert_allclose(gpsf.maxk, psf.maxk, rtol=5e-5, atol=0)
50
np.testing.assert_allclose(
51
psf.kValue(0.0, 0.0), gpsf.kValue(0.0, 0.0), rtol=1e-5, atol=1e-5
52
0 commit comments