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
We'll need to figure out how we can support labelled arrays. It's easy for datacubes, there the labels are just the xr.Dataarray coordinates. But how do we get these down into child processes? E.g. an apply_dimension wrapping array_labels, all that's currently ending up in array_labels is the raw numpy array without the labels.
The text was updated successfully, but these errors were encountered:
We'll need to figure out how we can support labelled arrays. It's easy for datacubes, there the labels are just the xr.Dataarray coordinates. But how do we get these down into child processes? E.g. an apply_dimension wrapping
array_labels
, all that's currently ending up inarray_labels
is the raw numpy array without the labels.The text was updated successfully, but these errors were encountered: