Skip to content

Commit cac097a

Browse files
update fill-value for coordinate variables
1 parent a84ef0a commit cac097a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_write.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ v .= 1
5858
close(ds)
5959

6060
ds = ZarrDataset(fname)
61-
@test eltype(ds["lon"]) == Union{Missing, Float32}
61+
@test eltype(ds["lon"]) == Float32
6262
@test eltype(cfvariable(ds,"lon",fillvalue=nothing)) == Float32

0 commit comments

Comments
 (0)