-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.14 cannot create variable from an Int64 array with missing values #246
Comments
sjdaines
added a commit
to PALEOtoolkit/PALEOmodel.jl
that referenced
this issue
Feb 9, 2024
Workaround for issue in NCDatasets v0.14 (and probably in v0.13 as well) JuliaGeo/NCDatasets.jl#246 "v0.14 cannot create variable from an Int64 array with missing values"
Thank you for submitting the detailed bug report. |
All tests do pass. I will make a new release. |
sjdaines
added a commit
to PALEOtoolkit/PALEOmodel.jl
that referenced
this issue
Feb 10, 2024
Issue in NCDatasets v0.13 (probably) - v0.14.1 caused failure, now fixed in v0.14.2 JuliaGeo/NCDatasets.jl#246 "v0.14 cannot create variable from an Int64 array with missing values" Update Project.toml [compat] to require either v0.12 or >= v0.14.2
sjdaines
added a commit
to PALEOtoolkit/PALEOmodel.jl
that referenced
this issue
Feb 10, 2024
Issue in NCDatasets v0.13 (probably) - v0.14.1 caused failure, now fixed in v0.14.2 JuliaGeo/NCDatasets.jl#246 "v0.14 cannot create variable from an Int64 array with missing values" Update Project.toml [compat] to require either v0.12 or >= v0.14.2
Fantastic ! Thank you ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With NCDatasets v0.14.1, creating a netcdf variable from a Julia Int64 array with missing values causes an ERROR: InexactError
This used to work on NCDatasets v0.12.x
To Reproduce
(see full output below)
Expected behavior
Should create a variable v with Datatype: Union{Missing, Int64} (Int64)
Examples that do work as expected:
Environment
versioninfo()
using Pkg; Pkg.status(mode=PKGMODE_MANIFEST)
Full output
The text was updated successfully, but these errors were encountered: