Support alternative names for the root node in DataTree.from_dict #14890
Annotations
3 errors and 2 warnings
|
xarray/tests/test_datatree.py#L889
TestTreeFromDict.test_relative_paths
AssertionError: assert ['/', '/foo',... '/x', '/x/y'] == ['/', '/foo', '/bar', '/x/y']
At index 3 diff: '/x' != '/x/y'
Left contains one more item: '/x/y'
Full diff:
[
'/',
'/foo',
'/bar',
+ '/x',
'/x/y',
]
|
|
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
|
The logs for this run have expired and are no longer available.
Loading