Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/test_hsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ def test_moments_basic():

# if this is the first time through this loop, just make sure it runs and gives the
# same result whether const or not.
if first_test:
result = gal_image.view().FindAdaptiveMom()
if first_test and (not is_jax_galsim()):
first_test=False
np.testing.assert_almost_equal(
np.fabs(result.moments_sigma-sig/pixel_scale), 0.0,
Expand Down
Loading
Loading