We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Concatenating DataArrays with repeated dimensions does not work.
import xarray as xr #xarray 0.8.2 from numpy import eye A = xr.DataArray(eye(3), dims=['dim0', 'dim0']) xr.concat([A, A], 'newdim')
fails with
[...] ValueError: axes don't match array