We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84ef0a commit cac097aCopy full SHA for cac097a
test/test_write.jl
@@ -58,5 +58,5 @@ v .= 1
58
close(ds)
59
60
ds = ZarrDataset(fname)
61
-@test eltype(ds["lon"]) == Union{Missing, Float32}
+@test eltype(ds["lon"]) == Float32
62
@test eltype(cfvariable(ds,"lon",fillvalue=nothing)) == Float32
0 commit comments