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
Yes, this is known. There will always be a type instability somewhere because the actual type of the variable and attributes is stored in a file which is not accessible to the julia compiler. One should use barrier function to avoid spreading of the type instability.
I am finding that some functions are not type-stable.
For istance, if
nc
is aNCDatasets.NCDataset
with a variableorog
:Others:
nc.attribs
nc.attrib["short_name"]
The text was updated successfully, but these errors were encountered: