Skip to content

Commit

Permalink
Update dkist/dataset/tests/test_dataset.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Mumford <[email protected]>
  • Loading branch information
SolarDrew and Cadair authored Sep 26, 2024
1 parent a6abb80 commit 8511ff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dkist/dataset/tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def test_wcs_roundtrip(dataset):


def test_wcs_roundtrip_3d(dataset_3d):
# TOO generalise this so mark.accept_cli_dataset will work, if possible
p = (10*u.pixel, 10*u.pixel, 10*u.pixel)
w = dataset_3d.wcs.pixel_to_world(*p)
p2 = dataset_3d.wcs.world_to_pixel(*w) * u.pix
Expand Down

0 comments on commit 8511ff5

Please sign in to comment.