We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3352338 commit 1990d8fCopy full SHA for 1990d8f
test/datasets.jl
@@ -35,7 +35,7 @@ h = get_var_handle(ds_zarr, "psl")
35
@test YAXArrayBase.iscompressed(h)
36
@test all(isapprox.(h[1:2,1:2,1], [99360.8 99334.9; 99360.8 99335.4]))
37
@test allow_parallel_write(ds_zarr) == true
38
-@test allow_missings(ds_zarr) == true
+@test allow_missings(ds_zarr) == false
39
end
40
41
function test_write(T)
0 commit comments