Skip to content

Commit

Permalink
avoid convertion of missing values #166
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Mar 14, 2022
1 parent 08cef26 commit 5fe2943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfvariable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function Base.getindex(ds::AbstractDataset,varname::SymbolOrString)

storage_attrib = (
fillvalue = fillvalue,
missing_values = (T.(missing_values)...,),
missing_values = (missing_values...,),
scale_factor = scale_factor,
add_offset = add_offset,
calendar = calendar,
Expand Down

0 comments on commit 5fe2943

Please sign in to comment.