Skip to content

Commit

Permalink
Update 3d zarr write test
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed Jul 17, 2024
1 parent d529bed commit fdc83f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_write_zarr_3d(self):

assert tmp.dtype == np.uint8
assert tmp.sum() == 183750394
assert tmp.shape == (1, 1, 1, 2700, 2702)
assert tmp.shape == (1, 2700, 2702)

def test_write_zarr_chunk_5d(self):
"""test_write_zarr_5d - Write zarr using TsWriter"""
Expand Down

0 comments on commit fdc83f3

Please sign in to comment.