We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9c4fc commit a261c13Copy full SHA for a261c13
1 file changed
test/test_zarr.cpp
@@ -190,6 +190,6 @@ namespace xt
190
std::vector<size_t> shape = {4, 4};
191
std::vector<size_t> chunk_shape = {2, 2};
192
auto h = create_zarr_hierarchy("test.zr3");
193
- auto z = h.create_array("/foo", shape, chunk_shape);
+ auto z = h.create_array("/foo", shape, chunk_shape, "<f8");
194
}
195
0 commit comments