Skip to content

Commit 11c2a0b

Browse files
authored
Apply suggestion from @beckermr
1 parent 8f0a19a commit 11c2a0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_deprecated.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def check_dep(f, *args, **kwargs):
3636
@timer
3737
def test_gsparams():
3838
if is_jax_galsim(): return
39+
3940
check_dep(galsim.GSParams, allowed_flux_variation=0.90)
4041
check_dep(galsim.GSParams, range_division_for_extrema=50)
4142
check_dep(galsim.GSParams, small_fraction_of_flux=1.e-6)

0 commit comments

Comments
 (0)