Add attrs argument to DataTree constructor #13328
Annotations
5 errors
xarray/tests/test_datatree.py#L307
TestCopy.test_copy
AssertionError: Left and right DataTree objects are not identical
|
xarray/tests/test_datatree.py#L340
TestCopy.test_deepcopy
AssertionError: Left and right DataTree objects are not identical
|
xarray/tests/test_formatting.py#L631
TestFormatting.test_datatree_print_empty_node_with_attrs
assert "<xarray.Data...t'>\nGroup: /" == '<xarray.Data... has attrs'
<xarray.DataTree 'root'>
- Group: /
? -
+ Group: /
- Dimensions: ()
- Data variables:
- *empty*
- Attributes:
- note: has attrs
|
xarray/tests/test_datatree_mapping.py#L280
TestMapOverSubTree.test_keep_attrs_on_empty_nodes
AssertionError: assert {} == {'foo': 'bar'}
Right contains 1 more item:
{'foo': 'bar'}
Full diff:
+ {}
- {
- 'foo': 'bar',
- }
|
|
This job failed
Loading