From 6a4bd03a971606d65576b1e15ba2feabdd9c19a4 Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Mon, 6 Jan 2025 14:16:54 +0000 Subject: [PATCH] Brainfart - thank you @Cadair --- dkist/dataset/tests/test_crop_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkist/dataset/tests/test_crop_dataset.py b/dkist/dataset/tests/test_crop_dataset.py index 43b63f8b..31e99dab 100644 --- a/dkist/dataset/tests/test_crop_dataset.py +++ b/dkist/dataset/tests/test_crop_dataset.py @@ -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):