Skip to content

Commit

Permalink
promote to Float32
Browse files Browse the repository at this point in the history
  • Loading branch information
meggart committed Jun 28, 2023
1 parent 960d2ec commit b25ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esdc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ and `store` or pick a resolution, chunking and cube region.
* `region="global"` choose a datacube (either `"global"` or `"Colombia"`)
"""
esdc(;kwargs...) = Cube(esdd(;kwargs...))
esdc(;kwargs...) = Cube(esdd(;kwargs...),target_type = Union{Float32,Missing})

end # module

0 comments on commit b25ad6e

Please sign in to comment.