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
If we're being super strict about it, then we'll just reject np.uint64 altogether and display an error that we can't handle that data type. I hesitate to convert anything automatically that has the potential to significantly alter the data
https://github.com/MAVENSDC/cdflib/blob/main/cdflib/xarray/xarray_to_cdf.py#L169
CDF_UINT8 does not exist. This should be cast to a int64 and then use CDF_INT8?
The text was updated successfully, but these errors were encountered: