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
Deep copy grid using xarray.DataArray.copy instead of numpy.copy
After flipping the grid, try doing the deep copy on xarray (which should return a c_contiguous array) before retrieving the data (i.e. the numpy array).
0 commit comments