Skip to content

Commit

Permalink
test: try using the olde value
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 23, 2024
1 parent 5337334 commit 8454028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2465,8 +2465,8 @@ def test_inverseab_convergence():
assert np.isclose(dec1, dec)

# Now one that should fail, since it's well outside the applicable area for the SIP polynomials.
ra = -200.1
dec = 70.45
ra = 2.1
dec = -0.45
if is_jax_galsim():
x, y = wcs.radecToxy(ra, dec, units="radians")
assert np.all(np.isnan(x))
Expand Down

0 comments on commit 8454028

Please sign in to comment.