From 2704fc54471f9b88e318201a6b51c0a4619d7cc9 Mon Sep 17 00:00:00 2001 From: beckermr Date: Tue, 9 Jan 2024 10:01:27 -0600 Subject: [PATCH] run pre-commit --- tests/jax/test_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/jax/test_api.py b/tests/jax/test_api.py index a3165cf1..c7400592 100644 --- a/tests/jax/test_api.py +++ b/tests/jax/test_api.py @@ -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),