You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since CF 1.9 they are part of the standard. I agree that this should be documented, but I am also open to reconsider the current approach. Since Int64 is the default integer on many platforms, the potential of breaking code is unfortunately quite high.
Does your code, need to store integer larger than typemax(Int32) or it is rather the unexpected type change which is the issue?
Describe the bug
A Julia Int64 (or Vector{Int64}) attribute is written to netcdf as Int32
(tested with NetCDF dataset attributes, not tried NetCDF variable attributes)
Edit: see comment below, looks like this is an intentional conversion to deal with a netcdf limitation?
To Reproduce
Expected behavior
Int64 attributes should remain as Int64
Environment
using Pkg; Pkg.status(mode=PKGMODE_MANIFEST)
Full output
In case of an error, please paste the full error message and stack trace.
The text was updated successfully, but these errors were encountered: