Skip to content

Commit 51d38ab

Browse files
committed
try to make test pass
1 parent 9eaa6a9 commit 51d38ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2473,6 +2473,6 @@ def test_hexdigest(self):
24732473

24742474
def test_non_cont(self):
24752475
z = self.create_array(shape=(500, 500, 500), chunks=(50, 50, 50), dtype="<i4")
2476-
z[:, :, :] = 0
2476+
z[:, :, :] = 1
24772477
# actually go through the partial read by accessing a single item
24782478
assert z[0, :, 0].any()

0 commit comments

Comments
 (0)