Optimize idxmin, idxmax with dask #15656
Annotations
4 errors and 2 warnings
|
Run tests:
xarray/tests/test_duck_array_wrapping.py#L376
TestDataArrayMethods.test_idxmax[False-jax.numpy]
AssertionError: assert False
+ where False = isinstance(array([3]), <class 'jax.Array'>)
+ where array([3]) = <xarray.DataArray 'x' (y: 1)> Size: 8B\narray([3])\nCoordinates:\n * y (y) int64 8B 1.data
+ and <class 'jax.Array'> = <xarray.tests.test_duck_array_wrapping.TestDataArrayMethods object at 0x14d095130>.Array
|
Run tests:
xarray/tests/test_duck_array_wrapping.py#L381
TestDataArrayMethods.test_idxmin[False-jax.numpy]
AssertionError: assert False
+ where False = isinstance(array([3]), <class 'jax.Array'>)
+ where array([3]) = <xarray.DataArray 'x' (y: 1)> Size: 8B\narray([3])\nCoordinates:\n * y (y) int64 8B 1.data
+ and <class 'jax.Array'> = <xarray.tests.test_duck_array_wrapping.TestDataArrayMethods object at 0x14d095d90>.Array
|
Run tests
The operation was canceled.
|
Upload test results
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
Restore cached hypothesis directory
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.
|
Loading