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
The dump() of the Array class uses the AxisCollection.display_names property to generate the axes names. This means that exporting arrays with anonymous axes will convert the None names as strings {i}*.
However, I am not sure it's worth it to add a new argument to the dump() method.