Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jan 9, 2024
1 parent b560bed commit 2704fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/jax/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,8 @@ def test_api_noise():
jax_galsim.Exponential(half_light_radius=1.0),
jax_galsim.Moffat(fwhm=1.0, beta=3),
jax_galsim.Moffat(scale_radius=1.0, beta=3),
jax_galsim.Spergel(nu=0.0,scale_radius=1.0),
jax_galsim.Spergel(nu=0.0,half_light_radius=1.0),
jax_galsim.Spergel(nu=0.0, scale_radius=1.0),
jax_galsim.Spergel(nu=0.0, half_light_radius=1.0),
jax_galsim.Shear(g1=0.1, g2=0.2),
jax_galsim.PositionD(x=0.1, y=0.2),
jax_galsim.BoundsI(xmin=0, xmax=1, ymin=0, ymax=1),
Expand Down

0 comments on commit 2704fc5

Please sign in to comment.