Created
May 2, 2024 15:46
-
-
Save quasiben/e0ab0d1088ff0a2ec1ba91144fe333bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1m============================= test session starts ==============================[0m | |
platform darwin -- Python 3.11.9, pytest-8.2.0, pluggy-1.5.0 -- /Users/bzaitlen/miniforge3/envs/test-environment/bin/python3.11 | |
cachedir: .pytest_cache | |
rootdir: /Users/bzaitlen/Documents/GitHub/dask | |
configfile: pyproject.toml | |
plugins: cov-5.0.0, rerunfailures-14.0, xdist-3.5.0, timeout-2.3.1 | |
timeout: 300.0s | |
timeout method: thread | |
timeout func_only: False | |
[1mcollecting ... [0mcollected 486 items | |
dask/array/tests/test_array_core.py::test_graph_from_arraylike[True] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_graph_from_arraylike[False] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_top [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_top_supports_broadcasting_rules [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_top_literals [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockwise_literals [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockwise_1_in_shape_I [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockwise_1_in_shape_II [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockwise_1_in_shape_III [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate3_on_scalars [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunked_dot_product [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunked_transpose_plus_one [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_dimensions_works_with_singleton_dimensions [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_dimensions [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_Array [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_uneven_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_numblocks_suppoorts_singleton_block_dims [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_keys [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_Array_computation [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__01 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__02 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_stack [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_stack_zero_size [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_short_stack [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_stack_scalars [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_stack_promote_type [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_stack_rechunk [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_stack_unknown_chunksizes [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_types[dtypes0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_types[dtypes1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_unknown_axes [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_flatten [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_rechunk [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_fixlen_strings [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_zero_size [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_simple_row_wise [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_simple_column_wise [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_with_1d_arrays_row_wise [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_with_1d_arrays_multiple_rows [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_with_1d_arrays_column_wise [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_mixed_1d_and_2d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_complicated [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_nested [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_3d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_with_mismatched_shape [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_no_lists [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_invalid_nesting [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_empty_lists [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_block_tuple [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_shapes [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_on_scalars [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_with_ndarrays [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_differently_chunked [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_dtype [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_operators [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_operator_dtype_promotion [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_field_access [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_field_access_with_shape [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_matmul [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_matmul_array_ufunc [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_T [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_to [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_to_array [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_to_scalar [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_to_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_arrays [31mFAILED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_arrays_uneven_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_operator[u_shape0-v_shape0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_operator[u_shape1-v_shape1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_operator[u_shape2-v_shape2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_operator[u_shape3-v_shape3] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_operator[u_shape4-v_shape4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_operator[u_shape5-v_shape5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_operator[u_shape6-v_shape6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape0-new_shape0-chunks0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape1-new_shape1-5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape2-new_shape2-5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape3-new_shape3-12] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape4-new_shape4-12] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape5-new_shape5-chunks5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape6-new_shape6-4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape7-new_shape7-4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape8-new_shape8-4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape9-new_shape9-2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape10-new_shape10-2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape11-new_shape11-2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape12-new_shape12-2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape13-new_shape13-2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape14-new_shape14-2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape15-new_shape15-2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape16-new_shape16-chunks16] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape17-new_shape17-3] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape18-new_shape18-4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape19-new_shape19-chunks19] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape20-new_shape20-1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape21-new_shape21-1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape22-new_shape22-24] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape23-new_shape23-6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape24-new_shape24-6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape25-new_shape25-6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape26-new_shape26-chunks26] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape27-new_shape27-chunks27] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape28-new_shape28-chunks28] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape29-new_shape29-chunks29] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape30-new_shape30-chunks30] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape31-new_shape31-chunks31] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape32-new_shape32-chunks32] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape33-new_shape33-chunks33] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape[original_shape34-new_shape34-chunks34] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_exceptions [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_splat [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_not_implemented_error [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_unknown_dimensions [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_avoids_large_chunks[shape0-chunks0-reshape_size0-None] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_avoids_large_chunks[shape0-chunks0-reshape_size0-134217728] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_avoids_large_chunks[shape0-chunks0-reshape_size0-67108864] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_avoids_large_chunks[shape1-chunks1-reshape_size1-None] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_avoids_large_chunks[shape1-chunks1-reshape_size1-134217728] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_avoids_large_chunks[shape1-chunks1-reshape_size1-67108864] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_reshape_warns_by_default_if_it_is_producing_large_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_full [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks2 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_block_info [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_block_info_with_new_axis [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_block_info_with_drop_axis [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_block_info_with_broadcast [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_with_constants [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_with_kwargs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_infer_chunks_broadcast [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_with_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_dtype_inference [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_infer_newaxis [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_no_array_args [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_unique_name_chunks_dtype [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_unique_name_drop_axis [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_unique_name_new_axis [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_optimize_blockwise[<lambda>0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_optimize_blockwise[<lambda>1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_repr [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_repr_meta [33mSKIPPED[0m (could not | |
import 'sparse': No module named 'sparse') | |
dask/array/tests/test_array_core.py::test_repr_html_array_highlevelgraph [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slicing_with_ellipsis [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slicing_with_ndarray [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slicing_flexible_type [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slicing_with_object_dtype [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_dtype [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockdims_from_blockshape [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_coerce [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_bool [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_kwargs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_delayed_target [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_regions [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_compute_false [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_nocompute_regions [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_locks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_method_return [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_multiprocessing_lock [33mXFAIL[0m | |
dask/array/tests/test_array_core.py::test_store_deterministic_keys[False-False] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_deterministic_keys[False-True] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_deterministic_keys[True-False] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_store_deterministic_keys[True-True] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_to_hdf5 [31mFAILED[0m | |
dask/array/tests/test_array_core.py::test_to_dask_dataframe [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_np_array_with_zero_dimensions [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_dtype_complex [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_astype [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_astype_gh1151 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_astype_gh9318 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_astype_gh9316 [33mXFAIL[0m (Github | |
issue https://github.com/dask/dask/issues/9316) | |
dask/array/tests/test_array_core.py::test_arithmetic [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_consistent_names [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_optimize [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slicing_with_non_ndarrays [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_getter [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_size [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_nbytes [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_itemsize [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_Array_normalizes_dtype [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_with_lock[True] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_with_lock[False] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_tasks_always_call_getter[True-x0-chunks0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_tasks_always_call_getter[True-x1--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_tasks_always_call_getter[True-x2-1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_tasks_always_call_getter[True-x3-1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_tasks_always_call_getter[False-x0-chunks0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_tasks_always_call_getter[False-x1--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_tasks_always_call_getter[False-x2-1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_tasks_always_call_getter[False-x3-1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_ndarray_onechunk[x0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_ndarray_onechunk[x1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_ndarray_onechunk[x2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_ndarray_onechunk[x3] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_ndarray_onechunk[x4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_ndarray_onechunk[x5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_ndarray_getitem [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_list[x0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_list[x1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_list[x2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[bool0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[bytes] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[complex] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[float] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[int] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[bool1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[bytes_] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[clongdouble] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[complex128] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[complex64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[datetime64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[float16] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[float32] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[float64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[int16] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[int32] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[int64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[int8] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[longdouble] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[longlong] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[object_] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[str_] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[timedelta64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[uint16] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[uint32] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[uint64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[uint8] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[ulonglong] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[void] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_scalar[str] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_no_asarray[True-True-ndarray] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_no_asarray[True-False-matrix] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_no_asarray[False-True-ndarray] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_no_asarray[False-False-matrix] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_getitem[True-True] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_getitem[True-False] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_getitem[False-True] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_getitem[False-False] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_minus_one [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_array_copy_noop[-1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_array_copy_noop[2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_dask_array [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_dask_collection_warns [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_inline [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_asarray[asarray] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_asarray[asanyarray] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_asarray_dask_dataframe[asarray] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_asarray_dask_dataframe[asanyarray] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_asarray_h5py[True-asarray] [31mFAILED[0m | |
dask/array/tests/test_array_core.py::test_asarray_h5py[True-asanyarray] [31mFAILED[0m | |
dask/array/tests/test_array_core.py::test_asarray_h5py[False-asarray] [31mFAILED[0m | |
dask/array/tests/test_array_core.py::test_asarray_h5py[False-asanyarray] [31mFAILED[0m | |
dask/array/tests/test_array_core.py::test_asarray_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_asanyarray [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_asanyarray_dataframe [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_asanyarray_datetime64 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_func [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate3_2 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate3_nep18_dispatching[True] () | |
[32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate3_nep18_dispatching[False] () | |
() | |
() | |
[32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks3 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_with_missing_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_align_chunks_to_previous_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_raise_on_no_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunks_is_immutable [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_raise_on_bad_kwargs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_long_slice [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_h5py_newaxis [31mFAILED[0m | |
dask/array/tests/test_array_core.py::test_ellipsis_slicing [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_point_slicing [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_point_slicing_with_full_slice [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slice_with_floats [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slice_with_integer_types[int32] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slice_with_integer_types[int64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slice_with_integer_types[uint32] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slice_with_integer_types[uint64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_index_with_integer_types[int] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_index_with_integer_types[int32] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_index_with_integer_types[int64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_index_with_integer_types[uint32] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_index_with_integer_types[uint64] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_vindex_basic [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_vindex_nd [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_vindex_negative [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_vindex_errors [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_vindex_merge [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_vindex_identity [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_empty_array [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_memmap [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_to_npy_stack [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_view [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_view_fortran [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_h5py_tokenize [31mFAILED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_with_changed_dimension [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_with_negative_drop_axis [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_with_invalid_drop_axis [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_with_changed_dimension_and_broadcast_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunks_error [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_array_compute_forward_kwargs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_dont_fuse_outputs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_dont_dealias_outputs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_timedelta_op [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_to_delayed [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_to_delayed_optimize_graph [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_cumulative [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_delayed [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_delayed_meta [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_A_property [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_copy_mutate [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_npartitions [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_name [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_name [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_token_deprecated [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_names [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_array_picklable[array0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_array_picklable[array1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_raises_on_bad_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_axes [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockwise_concatenate [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_common_blockdim [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_uneven_chunks_that_fit_neatly [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_uneven_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_uneven_chunks_blockwise [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_warn_bad_rechunking [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_stack_dont_warn [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_delayed [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_no_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_no_chunks_2d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_no_chunks_yes_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_raise_informative_errors_no_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_no_chunks_slicing_2d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_index_array_with_array_1d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_index_array_with_array_2d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_index_array_with_array_3d_2d [33mXFAIL[0m | |
dask/array/tests/test_array_core.py::test_setitem_1d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_masked [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_hardmask [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_slice_twice [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_2d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_0d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index0--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index1--2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index2--3] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index3-value3] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index4--4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index5-value5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index6--5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index7--6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index8--4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index9--5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index10-value10] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_1d[index11-value11] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index0--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index1--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index2--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index3--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index4--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[5--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index6-value6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[3-value7] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index8-value8] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index9-value9] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index10-value10] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index11-value11] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index12-value12] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index13-value13] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index14--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index15--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index16--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index17--1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index18-value18] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index19--99] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index20-value20] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index21--98] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d[index22-value22] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d_rhs_func_of_lhs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d_mask[index0-value0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_extended_API_2d_mask[index1-value1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_on_read_only_blocks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_setitem_errs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zero_slice_dtypes [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zero_sized_array_rechunk [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockwise_zero_shape [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockwise_zero_shape_new_axes [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_broadcast_against_zero_shape [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_name [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_concatenate_errs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_stack_errs [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockwise_with_numpy_arrays [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_with_lists[other0-100] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_with_lists[other0-6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_with_lists[other1-100] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_with_lists[other1-6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_with_lists[other2-100] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_elemwise_with_lists[other2-6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_constructor_plugin [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_no_warnings_on_metadata [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_delayed_array_key_hygeine [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_empty_chunks_in_array_len [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_meta[None] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_meta[dtype1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_1d[100-10-expected0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_1d[20-10-expected1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_1d[20-5-expected2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_1d[24-5-expected3] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_1d[23-5-expected4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_1d[1000-167-expected5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_2d[shape0-chunks0-20-expected0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_2d[shape1-chunks1-20-expected1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_2d[shape2-auto-10-expected2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_auto_3d [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_constructors_chunks_dict [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_chunks_dict [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_object_dtype[object] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_object_dtype[dtype1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_tuples_of_tuples [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_normalize_chunks_nan [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_pandas_from_dask_array [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_zarr_unique_name [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_zarr_name [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_roundtrip [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_roundtrip_with_path_like [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_to_zarr_accepts_empty_array_without_exception_raised [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_return_stored[False] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_return_stored[True] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_inline_array[True] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_inline_array[False] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_existing_array [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_to_zarr_unknown_chunks_raises [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_read_zarr_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_pass_mapper [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_group [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_regular_chunks[data0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_regular_chunks[data1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_regular_chunks[data2] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_regular_chunks[data3] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_regular_chunks[data4] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_regular_chunks[data5] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_regular_chunks[data6] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_regular_chunks[data7] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_nocompute [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_zarr_regions [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_tiledb_roundtrip [33mSKIPPED[0m | |
dask/array/tests/test_array_core.py::test_tiledb_multiattr [33mSKIPPED[0m | |
dask/array/tests/test_array_core.py::test_blockview [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blocks_indexer [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_partitions_indexer [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_dask_array_holds_scipy_sparse_containers [33mSKIPPED[0m | |
dask/array/tests/test_array_core.py::test_scipy_sparse_concatenate[0] [33mSKIPPED[0m | |
dask/array/tests/test_array_core.py::test_scipy_sparse_concatenate[1] [33mSKIPPED[0m | |
dask/array/tests/test_array_core.py::test_3851 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_3925 [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_large_inputs_delayed [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_blockwise_large_inputs_delayed [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_slice_reversed [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_chunks [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_nbytes_auto [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_auto_chunks_h5py [31mFAILED[0m | |
dask/array/tests/test_array_core.py::test_no_warnings_from_blockwise [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_from_array_meta [33mSKIPPED[0m (could | |
not import 'sparse': No module named 'sparse') | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes_2d_array [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes_3d_array [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes_warning_fixes_rechunk [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes_warning_fixes_to_zarr [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes_warning_fixes_to_svg [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes_warning_fixes_concatenate [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes_warning_fixes_reduction [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes_warning_fixes_reshape [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_compute_chunk_sizes_warning_fixes_slicing [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_rechunk_auto [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunk_assignment_invalidates_cached_properties [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_series [33mSKIPPED[0m | |
dask/array/tests/test_array_core.py::test_map_blocks_dataframe [33mXFAIL[0m | |
dask/array/tests/test_array_core.py::test_dask_layers [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_len_object_with_unknown_size [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunk_shape_broadcast[0] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunk_shape_broadcast[1] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunk_shape_broadcast[3] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunk_shape_broadcast[8] [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_chunk_non_array_like [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_to_backend [32mPASSED[0m | |
dask/array/tests/test_array_core.py::test_load_store_chunk [32mPASSED[0m | |
=================================== FAILURES =================================== | |
[31m[1m____________________________ test_broadcast_arrays _____________________________[0m | |
[0m[94mdef[39;49;00m [92mtest_broadcast_arrays[39;49;00m():[90m[39;49;00m | |
> [94massert[39;49;00m np.broadcast_arrays() == da.broadcast_arrays()[90m[39;49;00m | |
[1m[31mE assert () == [][0m | |
[1m[31mE [0m | |
[1m[31mE Full diff:[0m | |
[1m[31mE [0m[91m- [][39;49;00m[90m[39;49;00m[0m | |
[1m[31mE [92m+ ()[39;49;00m[90m[39;49;00m[0m | |
[1m[31mdask/array/tests/test_array_core.py[0m:1097: AssertionError | |
[31m[1m_________________________________ test_to_hdf5 _________________________________[0m | |
[0m[94mdef[39;49;00m [92mtest_to_hdf5[39;49;00m():[90m[39;49;00m | |
> h5py = pytest.importorskip([33m"[39;49;00m[33mh5py[39;49;00m[33m"[39;49;00m)[90m[39;49;00m | |
[1m[31mdask/array/tests/test_array_core.py[0m:2175: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
[1m[31m../../../miniforge3/envs/test-environment/lib/python3.11/site-packages/h5py/__init__.py[0m:45: in <module> | |
[0m[94mfrom[39;49;00m [04m[96m.[39;49;00m[04m[96m_conv[39;49;00m [94mimport[39;49;00m register_converters [94mas[39;49;00m _register_converters, \ | |
[1m[31mh5py/_conv.pyx[0m:1: in init h5py._conv | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mh5py/h5r.pyx[0m:1: in init h5py.h5r | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
> [0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mE ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject[0m | |
[1m[31mh5py/h5p.pyx[0m:1: ValueError | |
[31m[1m_______________________ test_asarray_h5py[True-asarray] ________________________[0m | |
asarray = <function asarray at 0x129424a40>, inline_array = True | |
[0m[37m@pytest[39;49;00m.mark.parametrize([33m"[39;49;00m[33masarray[39;49;00m[33m"[39;49;00m, [da.asarray, da.asanyarray])[90m[39;49;00m | |
[37m@pytest[39;49;00m.mark.parametrize([33m"[39;49;00m[33minline_array[39;49;00m[33m"[39;49;00m, [[94mTrue[39;49;00m, [94mFalse[39;49;00m])[90m[39;49;00m | |
[94mdef[39;49;00m [92mtest_asarray_h5py[39;49;00m(asarray, inline_array):[90m[39;49;00m | |
> h5py = pytest.importorskip([33m"[39;49;00m[33mh5py[39;49;00m[33m"[39;49;00m)[90m[39;49;00m | |
[1m[31mdask/array/tests/test_array_core.py[0m:2791: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
[1m[31m../../../miniforge3/envs/test-environment/lib/python3.11/site-packages/h5py/__init__.py[0m:45: in <module> | |
[0m[94mfrom[39;49;00m [04m[96m.[39;49;00m[04m[96m_conv[39;49;00m [94mimport[39;49;00m register_converters [94mas[39;49;00m _register_converters, \ | |
[1m[31mh5py/_conv.pyx[0m:1: in init h5py._conv | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mh5py/h5r.pyx[0m:1: in init h5py.h5r | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
> [0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mE ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject[0m | |
[1m[31mh5py/h5p.pyx[0m:1: ValueError | |
[31m[1m______________________ test_asarray_h5py[True-asanyarray] ______________________[0m | |
asarray = <function asanyarray at 0x129424ae0>, inline_array = True | |
[0m[37m@pytest[39;49;00m.mark.parametrize([33m"[39;49;00m[33masarray[39;49;00m[33m"[39;49;00m, [da.asarray, da.asanyarray])[90m[39;49;00m | |
[37m@pytest[39;49;00m.mark.parametrize([33m"[39;49;00m[33minline_array[39;49;00m[33m"[39;49;00m, [[94mTrue[39;49;00m, [94mFalse[39;49;00m])[90m[39;49;00m | |
[94mdef[39;49;00m [92mtest_asarray_h5py[39;49;00m(asarray, inline_array):[90m[39;49;00m | |
> h5py = pytest.importorskip([33m"[39;49;00m[33mh5py[39;49;00m[33m"[39;49;00m)[90m[39;49;00m | |
[1m[31mdask/array/tests/test_array_core.py[0m:2791: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
[1m[31m../../../miniforge3/envs/test-environment/lib/python3.11/site-packages/h5py/__init__.py[0m:45: in <module> | |
[0m[94mfrom[39;49;00m [04m[96m.[39;49;00m[04m[96m_conv[39;49;00m [94mimport[39;49;00m register_converters [94mas[39;49;00m _register_converters, \ | |
[1m[31mh5py/_conv.pyx[0m:1: in init h5py._conv | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mh5py/h5r.pyx[0m:1: in init h5py.h5r | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
> [0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mE ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject[0m | |
[1m[31mh5py/h5p.pyx[0m:1: ValueError | |
[31m[1m_______________________ test_asarray_h5py[False-asarray] _______________________[0m | |
asarray = <function asarray at 0x129424a40>, inline_array = False | |
[0m[37m@pytest[39;49;00m.mark.parametrize([33m"[39;49;00m[33masarray[39;49;00m[33m"[39;49;00m, [da.asarray, da.asanyarray])[90m[39;49;00m | |
[37m@pytest[39;49;00m.mark.parametrize([33m"[39;49;00m[33minline_array[39;49;00m[33m"[39;49;00m, [[94mTrue[39;49;00m, [94mFalse[39;49;00m])[90m[39;49;00m | |
[94mdef[39;49;00m [92mtest_asarray_h5py[39;49;00m(asarray, inline_array):[90m[39;49;00m | |
> h5py = pytest.importorskip([33m"[39;49;00m[33mh5py[39;49;00m[33m"[39;49;00m)[90m[39;49;00m | |
[1m[31mdask/array/tests/test_array_core.py[0m:2791: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
[1m[31m../../../miniforge3/envs/test-environment/lib/python3.11/site-packages/h5py/__init__.py[0m:45: in <module> | |
[0m[94mfrom[39;49;00m [04m[96m.[39;49;00m[04m[96m_conv[39;49;00m [94mimport[39;49;00m register_converters [94mas[39;49;00m _register_converters, \ | |
[1m[31mh5py/_conv.pyx[0m:1: in init h5py._conv | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mh5py/h5r.pyx[0m:1: in init h5py.h5r | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
> [0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mE ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject[0m | |
[1m[31mh5py/h5p.pyx[0m:1: ValueError | |
[31m[1m_____________________ test_asarray_h5py[False-asanyarray] ______________________[0m | |
asarray = <function asanyarray at 0x129424ae0>, inline_array = False | |
[0m[37m@pytest[39;49;00m.mark.parametrize([33m"[39;49;00m[33masarray[39;49;00m[33m"[39;49;00m, [da.asarray, da.asanyarray])[90m[39;49;00m | |
[37m@pytest[39;49;00m.mark.parametrize([33m"[39;49;00m[33minline_array[39;49;00m[33m"[39;49;00m, [[94mTrue[39;49;00m, [94mFalse[39;49;00m])[90m[39;49;00m | |
[94mdef[39;49;00m [92mtest_asarray_h5py[39;49;00m(asarray, inline_array):[90m[39;49;00m | |
> h5py = pytest.importorskip([33m"[39;49;00m[33mh5py[39;49;00m[33m"[39;49;00m)[90m[39;49;00m | |
[1m[31mdask/array/tests/test_array_core.py[0m:2791: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
[1m[31m../../../miniforge3/envs/test-environment/lib/python3.11/site-packages/h5py/__init__.py[0m:45: in <module> | |
[0m[94mfrom[39;49;00m [04m[96m.[39;49;00m[04m[96m_conv[39;49;00m [94mimport[39;49;00m register_converters [94mas[39;49;00m _register_converters, \ | |
[1m[31mh5py/_conv.pyx[0m:1: in init h5py._conv | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mh5py/h5r.pyx[0m:1: in init h5py.h5r | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
> [0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mE ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject[0m | |
[1m[31mh5py/h5p.pyx[0m:1: ValueError | |
[31m[1m______________________________ test_h5py_newaxis _______________________________[0m | |
[0m[94mdef[39;49;00m [92mtest_h5py_newaxis[39;49;00m():[90m[39;49;00m | |
> h5py = pytest.importorskip([33m"[39;49;00m[33mh5py[39;49;00m[33m"[39;49;00m)[90m[39;49;00m | |
[1m[31mdask/array/tests/test_array_core.py[0m:3044: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
[1m[31m../../../miniforge3/envs/test-environment/lib/python3.11/site-packages/h5py/__init__.py[0m:45: in <module> | |
[0m[94mfrom[39;49;00m [04m[96m.[39;49;00m[04m[96m_conv[39;49;00m [94mimport[39;49;00m register_converters [94mas[39;49;00m _register_converters, \ | |
[1m[31mh5py/_conv.pyx[0m:1: in init h5py._conv | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mh5py/h5r.pyx[0m:1: in init h5py.h5r | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
> [0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mE ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject[0m | |
[1m[31mh5py/h5p.pyx[0m:1: ValueError | |
[31m[1m______________________________ test_h5py_tokenize ______________________________[0m | |
[0m[94mdef[39;49;00m [92mtest_h5py_tokenize[39;49;00m():[90m[39;49;00m | |
> h5py = pytest.importorskip([33m"[39;49;00m[33mh5py[39;49;00m[33m"[39;49;00m)[90m[39;49;00m | |
[1m[31mdask/array/tests/test_array_core.py[0m:3277: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
[1m[31m../../../miniforge3/envs/test-environment/lib/python3.11/site-packages/h5py/__init__.py[0m:45: in <module> | |
[0m[94mfrom[39;49;00m [04m[96m.[39;49;00m[04m[96m_conv[39;49;00m [94mimport[39;49;00m register_converters [94mas[39;49;00m _register_converters, \ | |
[1m[31mh5py/_conv.pyx[0m:1: in init h5py._conv | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mh5py/h5r.pyx[0m:1: in init h5py.h5r | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
> [0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mE ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject[0m | |
[1m[31mh5py/h5p.pyx[0m:1: ValueError | |
[31m[1m____________________________ test_auto_chunks_h5py _____________________________[0m | |
[0m[94mdef[39;49;00m [92mtest_auto_chunks_h5py[39;49;00m():[90m[39;49;00m | |
> h5py = pytest.importorskip([33m"[39;49;00m[33mh5py[39;49;00m[33m"[39;49;00m)[90m[39;49;00m | |
[1m[31mdask/array/tests/test_array_core.py[0m:5073: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
[1m[31m../../../miniforge3/envs/test-environment/lib/python3.11/site-packages/h5py/__init__.py[0m:45: in <module> | |
[0m[94mfrom[39;49;00m [04m[96m.[39;49;00m[04m[96m_conv[39;49;00m [94mimport[39;49;00m register_converters [94mas[39;49;00m _register_converters, \ | |
[1m[31mh5py/_conv.pyx[0m:1: in init h5py._conv | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mh5py/h5r.pyx[0m:1: in init h5py.h5r | |
[0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
> [0m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[04m[91m?[39;49;00m[90m[39;49;00m | |
[1m[31mE ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject[0m | |
[1m[31mh5py/h5p.pyx[0m:1: ValueError | |
[33m=============================== warnings summary ===============================[0m | |
dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__01 | |
dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__01 | |
/Users/bzaitlen/miniforge3/envs/test-environment/lib/python3.11/site-packages/cloudpickle/cloudpickle.py:1479: DeprecationWarning: The numpy.linalg.linalg has been made private and renamed to numpy.linalg._linalg. All public functions exported by it are available from numpy.linalg. Please use numpy.linalg.inv instead. | |
cp.dump(obj) | |
dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__02 | |
dask/array/tests/test_array_core.py::test_Array_numpy_gufunc_call__array_ufunc__02 | |
/Users/bzaitlen/miniforge3/envs/test-environment/lib/python3.11/site-packages/cloudpickle/cloudpickle.py:1479: DeprecationWarning: The numpy.linalg.linalg has been made private and renamed to numpy.linalg._linalg. All public functions exported by it are available from numpy.linalg. Please use numpy.linalg.eig instead. | |
cp.dump(obj) | |
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html | |
============================= slowest 10 durations ============================= | |
1.34s call dask/array/tests/test_array_core.py::test_to_hdf5 | |
1.31s call dask/array/tests/test_array_core.py::test_from_zarr_unique_name | |
0.39s call dask/array/tests/test_array_core.py::test_cumulative | |
0.19s call dask/array/tests/test_array_core.py::test_store_locks | |
0.14s call dask/array/tests/test_array_core.py::test_blockwise_literals | |
0.14s call dask/array/tests/test_array_core.py::test_arithmetic | |
0.13s call dask/array/tests/test_array_core.py::test_setitem_extended_API_2d_rhs_func_of_lhs | |
0.09s call dask/array/tests/test_array_core.py::test_blockview | |
0.06s call dask/array/tests/test_array_core.py::test_to_npy_stack | |
0.04s call dask/array/tests/test_array_core.py::test_long_slice | |
[36m[1m=========================== short test summary info ============================[0m | |
[33mSKIPPED[0m [1] dask/array/tests/test_array_core.py:1721: could not import 'sparse': No module named 'sparse' | |
[33mSKIPPED[0m [1] dask/array/tests/test_array_core.py:4757: could not import 'tiledb': No module named 'tiledb' | |
[33mSKIPPED[0m [1] dask/array/tests/test_array_core.py:4791: could not import 'tiledb': No module named 'tiledb' | |
[33mSKIPPED[0m [1] dask/array/tests/test_array_core.py:4942: could not import 'scipy.sparse': No module named 'scipy' | |
[33mSKIPPED[0m [2] dask/array/tests/test_array_core.py:4966: could not import 'scipy.sparse': No module named 'scipy' | |
[33mSKIPPED[0m [1] dask/array/tests/test_array_core.py:5108: could not import 'sparse': No module named 'sparse' | |
[33mSKIPPED[0m [1] dask/array/tests/test_array_core.py:5272: array roundtrips don't work yet | |
[31mFAILED[0m dask/array/tests/test_array_core.py::[1mtest_broadcast_arrays[0m - assert () == [] | |
Full diff: | |
[0m[91m- [][39;49;00m[90m[39;49;00m | |
[92m+ ()[39;49;00m[90m[39;49;00m | |
[31mFAILED[0m dask/array/tests/test_array_core.py::[1mtest_to_hdf5[0m - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject | |
[31mFAILED[0m dask/array/tests/test_array_core.py::[1mtest_asarray_h5py[True-asarray][0m - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject | |
[31mFAILED[0m dask/array/tests/test_array_core.py::[1mtest_asarray_h5py[True-asanyarray][0m - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject | |
[31mFAILED[0m dask/array/tests/test_array_core.py::[1mtest_asarray_h5py[False-asarray][0m - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject | |
[31mFAILED[0m dask/array/tests/test_array_core.py::[1mtest_asarray_h5py[False-asanyarray][0m - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject | |
[31mFAILED[0m dask/array/tests/test_array_core.py::[1mtest_h5py_newaxis[0m - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject | |
[31mFAILED[0m dask/array/tests/test_array_core.py::[1mtest_h5py_tokenize[0m - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject | |
[31mFAILED[0m dask/array/tests/test_array_core.py::[1mtest_auto_chunks_h5py[0m - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject | |
[31m======= [31m[1m9 failed[0m, [32m465 passed[0m, [33m8 skipped[0m, [33m4 xfailed[0m, [33m4 warnings[0m[31m in 6.53s[0m[31m ========[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment