Rename to_array
to to_dataarray
#10303
Annotations
10 errors
xarray/tests/test_units.py#L2425
TestDataArray.test_aggregation[float64-function_max]
TypeError: no implementation found for 'numpy.max' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
xarray/tests/test_units.py#L2425
TestDataArray.test_aggregation[float64-function_min]
TypeError: no implementation found for 'numpy.min' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
xarray/tests/test_units.py#L2425
TestDataArray.test_aggregation[int64-function_max]
TypeError: no implementation found for 'numpy.max' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
xarray/tests/test_units.py#L2425
TestDataArray.test_aggregation[int64-function_min]
TypeError: no implementation found for 'numpy.min' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
xarray/tests/test_units.py#L2427
TestDataArray.test_aggregation[int64-method_max]
TypeError: no implementation found for 'numpy.max' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
xarray/tests/test_units.py#L2427
TestDataArray.test_aggregation[int64-method_min]
TypeError: no implementation found for 'numpy.min' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
xarray/tests/test_units.py#L2448
TestDataArray.test_unary_operations[float64-round]
TypeError: no implementation found for 'numpy.round' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
xarray/tests/test_units.py#L2448
TestDataArray.test_unary_operations[int64-round]
TypeError: no implementation found for 'numpy.round' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
xarray/tests/test_units.py#L1560
TestVariable.test_aggregation[int64-method_max]
TypeError: no implementation found for 'numpy.max' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
xarray/tests/test_units.py#L1560
TestVariable.test_aggregation[int64-method_min]
TypeError: no implementation found for 'numpy.min' on types that implement __array_function__: [<class 'pint.util.Quantity'>]
|
The logs for this run have expired and are no longer available.
Loading