Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Dec 19, 2024
1 parent f4a36f7 commit 8c31426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwcs/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def test_world_to_array_index_values(gwcs_simple_imaging, sky_ra_dec):
wcsobj = gwcs_simple_imaging
sky, ra, dec = sky_ra_dec

assert_allclose(wcsobj.world_to_array_index_values(sky),
assert_allclose(wcsobj.world_to_array_index_values(ra, dec),
wcsobj.invert(ra * u.deg, dec * u.deg, with_units=False)[::-1])


Expand Down

0 comments on commit 8c31426

Please sign in to comment.