Skip to content

Commit 9839fc7

Browse files
Merge pull request #28 from davidbrochart/test_default_compressor
Fix test
2 parents fb9c4fc + a261c13 commit 9839fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_zarr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ namespace xt
190190
std::vector<size_t> shape = {4, 4};
191191
std::vector<size_t> chunk_shape = {2, 2};
192192
auto h = create_zarr_hierarchy("test.zr3");
193-
auto z = h.create_array("/foo", shape, chunk_shape);
193+
auto z = h.create_array("/foo", shape, chunk_shape, "<f8");
194194
}
195195
}

0 commit comments

Comments
 (0)