Skip to content

Commit

Permalink
fix incompatible arg-type in test_transpose_non_self_inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Jun 4, 2024
1 parent 9ed2630 commit 3f44fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def test_transpose_non_self_inverse(
a = Array.create(
store / "transpose_non_self_inverse",
shape=data.shape,
chunk_shape=shape,
chunk_shape=data.shape,
dtype=data.dtype,
fill_value=0,
codecs=[codecs.transpose_codec(order), codecs.bytes_codec()],
Expand Down

0 comments on commit 3f44fd8

Please sign in to comment.