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
Currently, there is a bug when concatenating datasets along axis=1 if more than one dataset has the _indices attribute defined. In that scenario, all indices mappings except the first one get ignored.
Currently, there is a bug when concatenating datasets along
axis=1
if more than one dataset has the_indices
attribute defined. In that scenario, all indices mappings except the first one get ignored.A minimal reproducible example:
I've noticed the bug while working on #3195.
The text was updated successfully, but these errors were encountered: