From cac097a3eeca759751d715a2b18a44a8ec23d90a Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Tue, 7 May 2024 19:27:40 +0200 Subject: [PATCH] update fill-value for coordinate variables --- test/test_write.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_write.jl b/test/test_write.jl index edb3cef..c1056dd 100644 --- a/test/test_write.jl +++ b/test/test_write.jl @@ -58,5 +58,5 @@ v .= 1 close(ds) ds = ZarrDataset(fname) -@test eltype(ds["lon"]) == Union{Missing, Float32} +@test eltype(ds["lon"]) == Float32 @test eltype(cfvariable(ds,"lon",fillvalue=nothing)) == Float32