Move Variable aggregations to NamedArray #9776
Annotations
3 errors
xarray\tests\test_dataarray.py#L2936
TestDataArray.test_reduce_keep_attrs
AssertionError: assert 2 == 0
+ where 2 = len({'attr1': 'value1', 'attr2': 2929})
+ where {'attr1': 'value1', 'attr2': 2929} = <xarray.Variable ()>\narray(0.5004378)\nAttributes:\n attr1: value1\n attr2: 2929.attrs
|
xarray\tests\test_variable.py#L1996
TestVariable.test_reduce_keep_attrs
AssertionError: assert 2 == 0
+ where 2 = len({'long_name': 'testing', 'units': 'test'})
+ where {'long_name': 'testing', 'units': 'test'} = <xarray.Variable ()>\narray(0.58112033)\nAttributes:\n units: test\n long_name: testing.attrs
|
|
The logs for this run have expired and are no longer available.
Loading