Skip to content

Commit

Permalink
bump gwcs version chekc in test
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 11, 2024
1 parent 38b6829 commit f662fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkist/io/asdf/tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_read_wcs_with_backwards_affine():
# Assert that our stokes fixing code has worked.
assert world_outputs[-1] == 1

if Version(gwcs.__version__) > Version("0.21.dev0"):
if Version(gwcs.__version__) > Version("0.22.dev0"):
pixel_outputs = wcs.world_to_pixel_values(*world_outputs)

assert np.allclose(pixel_inputs, pixel_outputs, atol=1e-6)

0 comments on commit f662fe8

Please sign in to comment.