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
It seems as if this is happening in the show method and therefore you could try to suppress the printing with a semicolon at the end.
I think, it is not that the Strings are different length but more that the printing expects that the values in the cube have all the same expected size and for Strings this is not defined.
But should these dem_names actually be in the data or is it that the dem_names should be used as input for one Dimension?
mydataset.dem_names[:];
┌ Warning: Can not determine size of element type. Using DiskArrays.fallback_element_size[] =100 bytes
└ @ DiskArrays ~/.julia/packages/DiskArrays/dnhik/src/chunks.jl:287
should these dem_names actually be in the data or is it that the dem_names should be used as input for one Dimension
In this dataset dem_names[1] is the path to the file used to populate all fields at time[1]
The text was updated successfully, but these errors were encountered: