We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516b2f0 commit 899f5b8Copy full SHA for 899f5b8
.github/workflows/CI.yml
@@ -25,13 +25,13 @@ jobs:
25
version:
26
- 'lts'
27
- '1'
28
- - 'nightly'
+ - 'pre'
29
os:
30
- ubuntu-latest
31
- macOS-latest
32
- windows-latest
33
arch:
34
- - x64
+ - default
35
steps:
36
- uses: actions/checkout@v4
37
- uses: julia-actions/setup-julia@v2
src/InterfaceDataModel/variable.jl
@@ -46,7 +46,7 @@ function default_cf_attributes(
46
missing_value = _auto_convert(T, missing_value)
47
end
48
49
- cf_attributes[:missing_value] = [missing_value]
+ cf_attributes[:missing_value] = missing_value
50
51
if !fixed_size(R, field)
52
cf_attributes[:_FillValue] = missing_value
0 commit comments