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 8f0a19a commit 11c2a0bCopy full SHA for 11c2a0b
1 file changed
tests/test_deprecated.py
@@ -36,6 +36,7 @@ def check_dep(f, *args, **kwargs):
36
@timer
37
def test_gsparams():
38
if is_jax_galsim(): return
39
+
40
check_dep(galsim.GSParams, allowed_flux_variation=0.90)
41
check_dep(galsim.GSParams, range_division_for_extrema=50)
42
check_dep(galsim.GSParams, small_fraction_of_flux=1.e-6)
0 commit comments