Skip to content

Commit 84cd758

Browse files
committed
Fix: fix test
1 parent cc38bb8 commit 84cd758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lightning/dataset_ng/callbacks/prediction_writer_callbacks/test_write_tile_zarr_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def test_update_data_shape(axes, data_shape, expected_shape):
229229
# simple usual shapes
230230
("YX", (1, 1, 32, 64), (32, 64)),
231231
("YX", (1, 1, 128, 32), (128, 32)),
232-
("ZYX", (1, 1, 32, 64, 64), (32, 64, 64)),
232+
("ZYX", (1, 1, 32, 64, 64), (1, 64, 64)),
233233
("ZYX", (1, 1, 64, 128, 64), (1, 128, 64)),
234234
("CYX", (1, 5, 64, 64), (1, 64, 64)),
235235
("SYX", (5, 1, 64, 256), (1, 64, 128)),

0 commit comments

Comments
 (0)