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
My best guess is that this might be someone related to broadcast_to, which can create read only numpy arrays. But nothing should be happening to the coordinate arrays at all with to_array...
Is this intended? It's creating some problems downstream with pandas, but maybe that's a pandas issue?
Note the
WRITEABLE : False
here:Without the
to_array
, it's fine:xref pandas-dev/pandas#11502
The text was updated successfully, but these errors were encountered: