Skip to content

Commit

Permalink
Brainfart - thank you @Cadair
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Jan 6, 2025
1 parent 9921256 commit 6a4bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkist/dataset/tests/test_crop_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_crop_cryo_by_only_stokes(croppable_cryo_dataset):

assert cropped.wcs.pixel_n_dim == croppable_cryo_dataset.wcs.pixel_n_dim - 1
assert cropped.data.shape == croppable_cryo_dataset.data.shape[1:]
assert (cropped.headers["DINDEX4"] == 1).all()
assert (cropped.headers["DINDEX5"] == 1).all()


def test_crop_cryo_by_time(croppable_cryo_dataset):
Expand Down

0 comments on commit 6a4bd03

Please sign in to comment.