Skip to content

Commit b25ad6e

Browse files
committed
promote to Float32
1 parent 960d2ec commit b25ad6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/esdc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ and `store` or pick a resolution, chunking and cube region.
7676
* `region="global"` choose a datacube (either `"global"` or `"Colombia"`)
7777
7878
"""
79-
esdc(;kwargs...) = Cube(esdd(;kwargs...))
79+
esdc(;kwargs...) = Cube(esdd(;kwargs...),target_type = Union{Float32,Missing})
8080

8181
end # module

0 commit comments

Comments
 (0)