Skip to content

Instantly share code, notes, and snippets.

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