Fix DataTree.coords.__setitem__
by adding DataTreeCoordinates
class
#14190
Annotations
2 errors
xarray/tests/test_datatree.py#L611
TestCoordsInterface.test_modify
ValueError: group '/child' is not aligned with its parents:
Group:
Dimensions: (x: 2, y: 3)
Coordinates:
* x (x) int64 16B -1 -2
* y (y) int64 24B 0 1 2
a (x) int64 16B 4 5
b int64 8B -10
Data variables:
*empty*
From parents:
Dimensions: (x: 2, y: 3)
Coordinates:
* y (y) int64 24B 0 1 2
a (x) int64 16B 4 5
b int64 8B -10
* x (x) <U1 8B 'a' 'b'
|
|
The logs for this run have expired and are no longer available.
Loading