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
When I try to save a Float16 array into a NetCDF I got the following confusing error message.
Is it not possible to save Float16 data in NetCDF?
Could we implement the look up of the NC types using dispatch?
So that the default dispatch would be a meaningful error message like:
NetCDF does not support the data type $type
We can probably keep using the nctype2jltyp dict we have now internally, but whenever we use it we must account for the possibility that the key is not present, e.g. get(nctype2jltyp, T, nothing) and handle nothing.
When I try to save a Float16 array into a NetCDF I got the following confusing error message.
Is it not possible to save Float16 data in NetCDF?
Could we implement the look up of the NC types using dispatch?
So that the default dispatch would be a meaningful error message like:
NetCDF does not support the data type $type
The text was updated successfully, but these errors were encountered: