Skip to content

Fix issue with .real/.imag with string dtypes (#609) #249

Fix issue with .real/.imag with string dtypes (#609)

Fix issue with .real/.imag with string dtypes (#609) #249

GitHub Actions / Unit Test Results succeeded Oct 30, 2023 in 0s

All 5 526 tests pass, 34 skipped in 2m 13s

5 560 tests  +1   5 526 ✔️ +1   2m 13s ⏱️ - 2m 22s
       1 suites ±0        34 💤 ±0 
       1 files   ±0          0 ±0 

Results for commit 7c0c962. ± Comparison against earlier commit 44e434d.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

34 skipped tests found

There are 34 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
sparse.tests.test_compressed ‑ test_reductions_float16[f4-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-0-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-1-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-axis4-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-0-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-1-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-axis4-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_op_scipy_sparse_left[gt]
sparse.tests.test_coo ‑ test_op_scipy_sparse_left[lt]
sparse.tests.test_coo ‑ test_op_scipy_sparse_left[mul]
sparse.tests.test_coo ‑ test_reductions_float16[f4-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f8-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i4-0-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i4-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i4-1-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i4-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i4-axis4-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i4-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i8-0-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i8-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i8-1-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i8-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i8-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i8-axis4-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i8-axis4-sum-kwargs0]
sparse.tests.test_dot ‑ test_dot_nocoercion

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

5560 tests found (test 1 to 876)

There are 5560 tests, see "Raw output" for the list of tests 1 to 876.
Raw output
sparse.__init__ ‑ BLACK
sparse._common ‑ BLACK
sparse._compressed.__init__ ‑ BLACK
sparse._compressed.common ‑ BLACK
sparse._compressed.compressed ‑ BLACK
sparse._compressed.convert ‑ BLACK
sparse._compressed.indexing ‑ BLACK
sparse._coo.__init__ ‑ BLACK
sparse._coo.common ‑ BLACK
sparse._coo.core ‑ BLACK
sparse._coo.indexing ‑ BLACK
sparse._coo.numba_extension ‑ BLACK
sparse._dok ‑ BLACK
sparse._io ‑ BLACK
sparse._numba_extension ‑ BLACK
sparse._settings ‑ BLACK
sparse._slicing ‑ BLACK
sparse._sparse_array ‑ BLACK
sparse._umath ‑ BLACK
sparse._utils ‑ BLACK
sparse._version ‑ BLACK
sparse.tests.conftest ‑ BLACK
sparse.tests.test_array_function ‑ BLACK
sparse.tests.test_array_function ‑ test_binary[dot-arg_order0]
sparse.tests.test_array_function ‑ test_binary[dot-arg_order1]
sparse.tests.test_array_function ‑ test_binary[dot-arg_order2]
sparse.tests.test_array_function ‑ test_binary[matmul-arg_order0]
sparse.tests.test_array_function ‑ test_binary[matmul-arg_order1]
sparse.tests.test_array_function ‑ test_binary[matmul-arg_order2]
sparse.tests.test_array_function ‑ test_binary[result_type-arg_order0]
sparse.tests.test_array_function ‑ test_binary[result_type-arg_order1]
sparse.tests.test_array_function ‑ test_binary[result_type-arg_order2]
sparse.tests.test_array_function ‑ test_binary[tensordot-arg_order0]
sparse.tests.test_array_function ‑ test_binary[tensordot-arg_order1]
sparse.tests.test_array_function ‑ test_binary[tensordot-arg_order2]
sparse.tests.test_array_function ‑ test_broadcast_to_scalar
sparse.tests.test_array_function ‑ test_format[coo]
sparse.tests.test_array_function ‑ test_format[dok]
sparse.tests.test_array_function ‑ test_format[gcxs]
sparse.tests.test_array_function ‑ test_property[ndim]
sparse.tests.test_array_function ‑ test_property[shape]
sparse.tests.test_array_function ‑ test_property[size]
sparse.tests.test_array_function ‑ test_stack
sparse.tests.test_array_function ‑ test_ternary[<lambda>-arg_order0]
sparse.tests.test_array_function ‑ test_ternary[<lambda>-arg_order1]
sparse.tests.test_array_function ‑ test_ternary[<lambda>-arg_order2]
sparse.tests.test_array_function ‑ test_ternary[<lambda>-arg_order3]
sparse.tests.test_array_function ‑ test_ternary[<lambda>-arg_order4]
sparse.tests.test_array_function ‑ test_ternary[<lambda>-arg_order5]
sparse.tests.test_array_function ‑ test_ternary[<lambda>-arg_order6]
sparse.tests.test_array_function ‑ test_unary[<lambda>0]
sparse.tests.test_array_function ‑ test_unary[<lambda>1]
sparse.tests.test_array_function ‑ test_unary[mean]
sparse.tests.test_array_function ‑ test_unary[std]
sparse.tests.test_array_function ‑ test_unary[sum]
sparse.tests.test_array_function ‑ test_unary[var]
sparse.tests.test_array_function ‑ test_zeros_like_order
sparse.tests.test_compressed ‑ BLACK
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index0]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index1]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index2]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index3]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index4]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index5]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index6]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index7]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index8]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes0-index9]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index0]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index1]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index2]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index3]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index4]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index5]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index6]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index7]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index8]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes1-index9]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index0]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index1]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index2]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index3]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index4]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index5]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index6]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index7]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index8]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes2-index9]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index0]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index1]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index2]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index3]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index4]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index5]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index6]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index7]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index8]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes3-index9]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index0]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index1]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index2]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index3]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index4]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index5]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index6]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index7]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index8]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes4-index9]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index0]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index1]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index2]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index3]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index4]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index5]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index6]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index7]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index8]
sparse.tests.test_compressed ‑ test_advanced_indexing[compressed_axes5-index9]
sparse.tests.test_compressed ‑ test_change_compressed_axes
sparse.tests.test_compressed ‑ test_complex_methods[False]
sparse.tests.test_compressed ‑ test_complex_methods[True]
sparse.tests.test_compressed ‑ test_concatenate
sparse.tests.test_compressed ‑ test_concatenate_mixed[concatenate-0]
sparse.tests.test_compressed ‑ test_concatenate_mixed[concatenate-1]
sparse.tests.test_compressed ‑ test_concatenate_mixed[stack-0]
sparse.tests.test_compressed ‑ test_concatenate_mixed[stack-1]
sparse.tests.test_compressed ‑ test_concatenate_noarrays
sparse.tests.test_compressed ‑ test_flatten[62]
sparse.tests.test_compressed ‑ test_flatten[in_shape0]
sparse.tests.test_compressed ‑ test_flatten[in_shape2]
sparse.tests.test_compressed ‑ test_from_coo
sparse.tests.test_compressed ‑ test_from_coo_valerr
sparse.tests.test_compressed ‑ test_gcxs_valerr
sparse.tests.test_compressed ‑ test_pad_invalid[150-pad_width0]
sparse.tests.test_compressed ‑ test_pad_invalid[2-pad_width0]
sparse.tests.test_compressed ‑ test_pad_invalid[constant_values2-pad_width0]
sparse.tests.test_compressed ‑ test_pad_valid[0-2]
sparse.tests.test_compressed ‑ test_pad_valid[0-pad_width1]
sparse.tests.test_compressed ‑ test_pad_valid[0-pad_width2]
sparse.tests.test_compressed ‑ test_pad_valid[0-pad_width3]
sparse.tests.test_compressed ‑ test_pad_valid[1-2]
sparse.tests.test_compressed ‑ test_pad_valid[1-pad_width1]
sparse.tests.test_compressed ‑ test_pad_valid[1-pad_width2]
sparse.tests.test_compressed ‑ test_pad_valid[1-pad_width3]
sparse.tests.test_compressed ‑ test_pad_valid[150-2]
sparse.tests.test_compressed ‑ test_pad_valid[150-pad_width1]
sparse.tests.test_compressed ‑ test_pad_valid[150-pad_width2]
sparse.tests.test_compressed ‑ test_pad_valid[150-pad_width3]
sparse.tests.test_compressed ‑ test_pad_valid[nan-2]
sparse.tests.test_compressed ‑ test_pad_valid[nan-pad_width1]
sparse.tests.test_compressed ‑ test_pad_valid[nan-pad_width2]
sparse.tests.test_compressed ‑ test_pad_valid[nan-pad_width3]
sparse.tests.test_compressed ‑ test_reductions[f4-False--3-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-False--3-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-False--3-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-False--3-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-False--3-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-False--3-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-False--3-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-False--3-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-False--3-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-False-0-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-False-0-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-False-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-False-0-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-False-0-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-False-0-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-False-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-False-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-False-0-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-False-1-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-False-1-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-False-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-False-1-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-False-1-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-False-1-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-False-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-False-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-False-1-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-False-2-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-False-2-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-False-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-False-2-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-False-2-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-False-2-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-False-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-False-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-False-2-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-False-None-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-False-None-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-False-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-False-None-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-False-None-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-False-None-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-False-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-False-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-False-None-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis4-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis4-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis4-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis4-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis4-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis4-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis6-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis6-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis6-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis6-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis6-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis6-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-False-axis6-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-True--3-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-True--3-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-True--3-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-True--3-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-True--3-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-True--3-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-True--3-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-True--3-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-True--3-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-True-0-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-True-0-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-True-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-True-0-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-True-0-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-True-0-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-True-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-True-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-True-0-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-True-1-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-True-1-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-True-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-True-1-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-True-1-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-True-1-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-True-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-True-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-True-1-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-True-2-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-True-2-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-True-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-True-2-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-True-2-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-True-2-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-True-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-True-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-True-2-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-True-None-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-True-None-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-True-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-True-None-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-True-None-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-True-None-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-True-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-True-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-True-None-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis4-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis4-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis4-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis4-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis4-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis4-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis6-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis6-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis6-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis6-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis6-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis6-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f4-True-axis6-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-False--3-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-False--3-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-False--3-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-False--3-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-False--3-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-False--3-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-False--3-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-False--3-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-False--3-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-False-0-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-False-0-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-False-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-False-0-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-False-0-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-False-0-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-False-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-False-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-False-0-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-False-1-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-False-1-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-False-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-False-1-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-False-1-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-False-1-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-False-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-False-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-False-1-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-False-2-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-False-2-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-False-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-False-2-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-False-2-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-False-2-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-False-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-False-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-False-2-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-False-None-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-False-None-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-False-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-False-None-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-False-None-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-False-None-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-False-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-False-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-False-None-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis4-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis4-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis4-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis4-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis4-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis4-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis6-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis6-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis6-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis6-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis6-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis6-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-False-axis6-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-True--3-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-True--3-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-True--3-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-True--3-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-True--3-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-True--3-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-True--3-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-True--3-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-True--3-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-True-0-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-True-0-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-True-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-True-0-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-True-0-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-True-0-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-True-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-True-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-True-0-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-True-1-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-True-1-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-True-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-True-1-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-True-1-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-True-1-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-True-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-True-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-True-1-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-True-2-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-True-2-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-True-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-True-2-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-True-2-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-True-2-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-True-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-True-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-True-2-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-True-None-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-True-None-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-True-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-True-None-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-True-None-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-True-None-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-True-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-True-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-True-None-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis4-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis4-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis4-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis4-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis4-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis4-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis6-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis6-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis6-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis6-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis6-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis6-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[f8-True-axis6-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-False--3-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-False--3-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-False--3-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-False--3-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-False--3-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-False--3-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-False--3-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-False--3-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-False--3-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-False-0-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-False-0-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-False-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-False-0-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-False-0-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-False-0-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-False-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-False-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-False-0-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-False-1-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-False-1-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-False-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-False-1-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-False-1-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-False-1-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-False-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-False-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-False-1-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-False-2-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-False-2-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-False-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-False-2-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-False-2-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-False-2-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-False-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-False-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-False-2-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-False-None-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-False-None-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-False-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-False-None-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-False-None-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-False-None-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-False-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-False-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-False-None-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis4-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis4-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis4-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis4-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis4-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis4-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis6-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis6-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis6-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis6-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis6-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis6-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-False-axis6-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-True--3-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-True--3-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-True--3-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-True--3-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-True--3-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-True--3-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-True--3-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-True--3-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-True--3-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-True-0-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-True-0-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-True-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-True-0-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-True-0-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-True-0-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-True-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-True-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-True-0-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-True-1-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-True-1-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-True-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-True-1-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-True-1-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-True-1-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-True-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-True-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-True-1-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-True-2-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-True-2-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-True-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-True-2-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-True-2-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-True-2-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-True-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-True-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-True-2-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-True-None-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-True-None-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-True-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-True-None-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-True-None-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-True-None-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-True-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-True-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-True-None-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis4-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis4-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis4-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis4-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis4-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis4-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis6-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis6-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis6-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis6-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis6-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis6-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i4-True-axis6-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-False--3-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-False--3-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-False--3-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-False--3-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-False--3-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-False--3-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-False--3-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-False--3-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-False--3-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-False-0-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-False-0-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-False-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-False-0-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-False-0-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-False-0-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-False-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-False-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-False-0-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-False-1-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-False-1-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-False-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-False-1-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-False-1-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-False-1-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-False-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-False-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-False-1-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-False-2-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-False-2-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-False-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-False-2-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-False-2-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-False-2-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-False-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-False-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-False-2-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-False-None-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-False-None-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-False-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-False-None-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-False-None-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-False-None-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-False-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-False-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-False-None-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis4-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis4-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis4-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis4-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis4-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis4-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis6-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis6-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis6-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis6-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis6-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis6-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-False-axis6-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-True--3-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-True--3-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-True--3-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-True--3-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-True--3-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-True--3-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-True--3-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-True--3-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-True--3-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-True-0-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-True-0-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-True-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-True-0-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-True-0-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-True-0-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-True-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-True-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-True-0-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-True-1-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-True-1-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-True-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-True-1-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-True-1-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-True-1-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-True-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-True-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-True-1-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-True-2-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-True-2-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-True-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-True-2-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-True-2-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-True-2-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-True-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-True-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-True-2-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-True-None-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-True-None-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-True-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-True-None-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-True-None-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-True-None-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-True-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-True-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-True-None-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis4-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis4-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis4-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis4-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis4-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis4-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis6-max-kwargs5]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis6-mean-kwargs2]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis6-min-kwargs6]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis6-prod-kwargs4]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis6-std-kwargs7]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis6-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_reductions[i8-True-axis6-var-kwargs8]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False--3-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False--3-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-0-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-0-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-1-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-1-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-2-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-2-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-None-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-None-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-axis4-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-axis4-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-axis6-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-False-axis6-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True--3-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True--3-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-0-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-0-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-1-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-1-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-2-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-2-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-None-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-None-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-axis4-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-axis4-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-axis6-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f4-True-axis6-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False--3-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False--3-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-0-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-0-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-1-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-1-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-2-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-2-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-None-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-None-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-axis4-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-axis4-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-axis6-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-False-axis6-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True--3-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True--3-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-0-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-0-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-1-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-1-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-2-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-2-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-None-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-None-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-axis4-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-axis4-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-axis6-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[f8-True-axis6-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False--3-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False--3-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-0-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-0-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-1-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-1-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-2-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-2-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-None-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-None-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-axis4-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-axis4-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-axis6-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-False-axis6-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True--3-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True--3-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-0-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-0-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-1-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-1-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-2-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-2-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-None-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-None-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-axis4-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-axis4-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-axis6-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i4-True-axis6-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False--3-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False--3-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-0-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-0-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-1-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-1-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-2-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-2-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-None-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-None-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-axis4-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-axis4-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-axis6-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-False-axis6-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True--3-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True--3-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-0-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-0-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-1-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-1-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-2-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-2-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-None-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-None-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-axis4-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-axis4-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-axis6-all-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_bool[i8-True-axis6-any-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-0-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-1-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-2-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-None-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-axis4-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f4-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-0-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-1-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-2-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-None-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-axis4-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[f8-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-0-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-1-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-2-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-None-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-axis4-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i4-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-0-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-0-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-1-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-1-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-2-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-2-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-None-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-None-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-axis4-mean-kwargs1]
sparse.tests.test_compressed ‑ test_reductions_float16[i8-axis4-sum-kwargs0]
sparse.tests.test_compressed ‑ test_reshape[a0-b0]
sparse.tests.test_compressed ‑ test_reshape[a1-b1]
sparse.tests.test_compressed ‑ test_reshape[a2-b2]
sparse.tests.test_compressed ‑ test_reshape[a3-b3]
sparse.tests.test_compressed ‑ test_reshape[a4-b4]
sparse.tests.test_compressed ‑ test_reshape[a5-b5]
sparse.tests.test_compressed ‑ test_reshape[a6-b6]
sparse.tests.test_compressed ‑ test_reshape[a7-b7]
sparse.tests.test_compressed ‑ test_reshape[a8-b8]
sparse.tests.test_compressed ‑ test_reshape[a9-b9]
sparse.tests.test_compressed ‑ test_reshape_same
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0--1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-0]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index10]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index11]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index12]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index13]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index14]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index15]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index16]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index17]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index18]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index19]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index20]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index21]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index22]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index23]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index24]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index25]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index26]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index27]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index28]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index29]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index30]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index31]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index32]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index33]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index34]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index35]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index36]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index37]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index38]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index39]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index3]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index40]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index41]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index42]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index43]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index44]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index45]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index4]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index5]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index6]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index7]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index8]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes0-index9]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1--1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-0]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index10]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index11]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index12]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index13]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index14]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index15]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index16]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index17]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

5560 tests found (test 877 to 1740)

There are 5560 tests, see "Raw output" for the list of tests 877 to 1740.
Raw output
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index18]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index19]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index20]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index21]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index22]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index23]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index24]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index25]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index26]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index27]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index28]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index29]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index30]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index31]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index32]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index33]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index34]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index35]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index36]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index37]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index38]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index39]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index3]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index40]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index41]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index42]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index43]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index44]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index45]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index4]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index5]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index6]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index7]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index8]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes1-index9]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2--1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-0]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index10]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index11]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index12]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index13]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index14]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index15]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index16]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index17]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index18]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index19]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index20]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index21]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index22]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index23]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index24]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index25]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index26]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index27]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index28]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index29]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index30]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index31]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index32]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index33]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index34]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index35]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index36]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index37]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index38]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index39]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index3]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index40]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index41]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index42]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index43]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index44]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index45]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index4]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index5]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index6]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index7]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index8]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes2-index9]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3--1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-0]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index10]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index11]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index12]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index13]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index14]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index15]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index16]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index17]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index18]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index19]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index20]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index21]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index22]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index23]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index24]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index25]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index26]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index27]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index28]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index29]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index30]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index31]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index32]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index33]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index34]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index35]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index36]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index37]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index38]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index39]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index3]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index40]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index41]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index42]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index43]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index44]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index45]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index4]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index5]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index6]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index7]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index8]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes3-index9]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4--1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-0]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index10]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index11]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index12]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index13]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index14]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index15]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index16]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index17]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index18]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index19]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index20]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index21]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index22]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index23]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index24]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index25]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index26]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index27]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index28]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index29]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index30]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index31]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index32]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index33]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index34]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index35]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index36]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index37]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index38]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index39]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index3]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index40]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index41]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index42]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index43]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index44]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index45]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index4]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index5]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index6]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index7]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index8]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes4-index9]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5--1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-0]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-1]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index10]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index11]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index12]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index13]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index14]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index15]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index16]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index17]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index18]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index19]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index20]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index21]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index22]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index23]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index24]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index25]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index26]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index27]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index28]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index29]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index30]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index31]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index32]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index33]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index34]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index35]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index36]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index37]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index38]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index39]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index3]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index40]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index41]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index42]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index43]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index44]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index45]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index4]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index5]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index6]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index7]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index8]
sparse.tests.test_compressed ‑ test_slicing[compressed_axes5-index9]
sparse.tests.test_compressed ‑ test_slicing_errors[-5]
sparse.tests.test_compressed ‑ test_slicing_errors[0.5]
sparse.tests.test_compressed ‑ test_slicing_errors[5]
sparse.tests.test_compressed ‑ test_slicing_errors[foo]
sparse.tests.test_compressed ‑ test_slicing_errors[index0]
sparse.tests.test_compressed ‑ test_slicing_errors[index10]
sparse.tests.test_compressed ‑ test_slicing_errors[index1]
sparse.tests.test_compressed ‑ test_slicing_errors[index2]
sparse.tests.test_compressed ‑ test_slicing_errors[index6]
sparse.tests.test_compressed ‑ test_slicing_errors[index8]
sparse.tests.test_compressed ‑ test_slicing_errors[index9]
sparse.tests.test_compressed ‑ test_stack[-1-shape0]
sparse.tests.test_compressed ‑ test_stack[-1-shape1]
sparse.tests.test_compressed ‑ test_stack[-1-shape2]
sparse.tests.test_compressed ‑ test_stack[0-shape0]
sparse.tests.test_compressed ‑ test_stack[0-shape1]
sparse.tests.test_compressed ‑ test_stack[0-shape2]
sparse.tests.test_compressed ‑ test_stack[1-shape0]
sparse.tests.test_compressed ‑ test_stack[1-shape1]
sparse.tests.test_compressed ‑ test_stack[1-shape2]
sparse.tests.test_compressed ‑ test_to_scipy_sparse
sparse.tests.test_compressed ‑ test_tocoo
sparse.tests.test_compressed ‑ test_tranpose[a0-b0]
sparse.tests.test_compressed ‑ test_tranpose[a1-None]
sparse.tests.test_compressed ‑ test_tranpose[a2-b2]
sparse.tests.test_compressed ‑ test_tranpose[a3-b3]
sparse.tests.test_compressed ‑ test_tranpose[a4-b4]
sparse.tests.test_compressed ‑ test_tranpose[a5-b5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False--1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False--1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False--1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False--1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False--1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False--1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False--1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-0-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-0-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-0-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-0-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-2-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-2-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-2-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-2-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-2-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-None-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-None-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-None-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-None-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-None-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis4-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis4-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis4-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis4-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis4-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis6-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis6-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis6-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis6-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-False-axis6-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True--1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True--1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True--1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True--1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True--1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True--1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True--1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-0-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-0-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-0-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-0-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-2-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-2-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-2-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-2-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-2-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-None-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-None-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-None-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-None-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-None-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis4-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis4-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis4-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis4-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis4-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis6-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis6-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis6-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis6-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f4-True-axis6-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False--1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False--1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False--1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False--1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False--1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False--1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False--1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-0-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-0-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-0-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-0-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-2-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-2-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-2-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-2-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-2-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-None-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-None-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-None-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-None-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-None-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis4-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis4-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis4-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis4-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis4-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis6-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis6-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis6-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis6-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-False-axis6-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True--1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True--1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True--1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True--1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True--1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True--1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True--1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-0-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-0-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-0-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-0-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-2-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-2-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-2-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-2-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-2-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-None-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-None-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-None-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-None-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-None-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis4-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis4-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis4-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis4-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis4-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis6-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis6-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis6-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis6-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[f8-True-axis6-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False--1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False--1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False--1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False--1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False--1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False--1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False--1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-0-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-0-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-0-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-0-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-2-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-2-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-2-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-2-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-2-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-None-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-None-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-None-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-None-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-None-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis4-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis4-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis4-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis4-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis4-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis6-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis6-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis6-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis6-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-False-axis6-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True--1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True--1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True--1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True--1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True--1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True--1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True--1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-0-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-0-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-0-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-0-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-2-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-2-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-2-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-2-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-2-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-None-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-None-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-None-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-None-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-None-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis4-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis4-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis4-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis4-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis4-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis6-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis6-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis6-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis6-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i4-True-axis6-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False--1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False--1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False--1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False--1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False--1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False--1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False--1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-0-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-0-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-0-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-0-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-2-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-2-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-2-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-2-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-2-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-None-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-None-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-None-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-None-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-None-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis4-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis4-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis4-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis4-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis4-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis6-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis6-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis6-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis6-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-False-axis6-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True--1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True--1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True--1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True--1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True--1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True--1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True--1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-0-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-0-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-0-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-0-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-0-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-1-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-1-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-1-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-1-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-1-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-2-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-2-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-2-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-2-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-2-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-2-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-None-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-None-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-None-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-None-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-None-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-None-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-None-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis4-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis4-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis4-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis4-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis4-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis4-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis4-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis6-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis6-amin-kwargs6]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis6-mean-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis6-mean-kwargs4]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis6-prod-kwargs5]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis6-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions[i8-True-axis6-sum-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[-1-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[-1-prod-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[-1-reduce-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[-1-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[-2.2-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[-2.2-prod-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[-2.2-reduce-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[-2.2-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[0-prod-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[0-reduce-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[1.0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[1.0-prod-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[1.0-reduce-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[1.0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[5.0-amax-kwargs0]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[5.0-prod-kwargs2]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[5.0-reduce-kwargs3]
sparse.tests.test_compressed ‑ test_ufunc_reductions_kwargs[5.0-sum-kwargs1]
sparse.tests.test_compressed ‑ test_upcast
sparse.tests.test_compressed_2d ‑ BLACK
sparse.tests.test_compressed_2d ‑ test_bad_constructor_input[CSC]
sparse.tests.test_compressed_2d ‑ test_bad_constructor_input[CSR]
sparse.tests.test_compressed_2d ‑ test_bad_nd_input[CSC-0]
sparse.tests.test_compressed_2d ‑ test_bad_nd_input[CSC-1]
sparse.tests.test_compressed_2d ‑ test_bad_nd_input[CSC-3]
sparse.tests.test_compressed_2d ‑ test_bad_nd_input[CSR-0]
sparse.tests.test_compressed_2d ‑ test_bad_nd_input[CSR-1]
sparse.tests.test_compressed_2d ‑ test_bad_nd_input[CSR-3]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-CSC-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-CSC-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-CSC-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-CSC-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-CSR-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-CSR-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-CSR-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-CSR-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-GCXS-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-GCXS-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-GCXS-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f4-GCXS-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-CSC-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-CSC-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-CSC-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-CSC-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-CSR-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-CSR-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-CSR-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-CSR-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-GCXS-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-GCXS-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-GCXS-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[f8-GCXS-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-CSC-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-CSC-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-CSC-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-CSC-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-CSR-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-CSR-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-CSR-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-CSR-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-GCXS-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-GCXS-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-GCXS-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i4-GCXS-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-CSC-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-CSC-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-CSC-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-CSC-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-CSR-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-CSR-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-CSR-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-CSR-lil]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-GCXS-coo]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-GCXS-csc]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-GCXS-csr]
sparse.tests.test_compressed_2d ‑ test_from_scipy_sparse[i8-GCXS-lil]
sparse.tests.test_compressed_2d ‑ test_from_sparse[CSC-coo]
sparse.tests.test_compressed_2d ‑ test_from_sparse[CSC-gcxs]
sparse.tests.test_compressed_2d ‑ test_from_sparse[CSR-coo]
sparse.tests.test_compressed_2d ‑ test_from_sparse[CSR-gcxs]
sparse.tests.test_compressed_2d ‑ test_repr[CSC-f4]
sparse.tests.test_compressed_2d ‑ test_repr[CSC-f8]
sparse.tests.test_compressed_2d ‑ test_repr[CSC-i4]
sparse.tests.test_compressed_2d ‑ test_repr[CSC-i8]
sparse.tests.test_compressed_2d ‑ test_repr[CSR-f4]
sparse.tests.test_compressed_2d ‑ test_repr[CSR-f8]
sparse.tests.test_compressed_2d ‑ test_repr[CSR-i4]
sparse.tests.test_compressed_2d ‑ test_repr[CSR-i8]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f4-coo]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f4-csc]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f4-csr]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f4-dok]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f4-gcxs]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f8-coo]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f8-csc]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f8-csr]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f8-dok]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-f8-gcxs]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i4-coo]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i4-csc]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i4-csr]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i4-dok]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i4-gcxs]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i8-coo]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i8-csc]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i8-csr]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i8-dok]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSC-i8-gcxs]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f4-coo]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f4-csc]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f4-csr]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f4-dok]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f4-gcxs]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f8-coo]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f8-csc]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f8-csr]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f8-dok]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-f8-gcxs]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i4-coo]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i4-csc]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i4-csr]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i4-dok]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i4-gcxs]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i8-coo]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i8-csc]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i8-csr]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i8-dok]
sparse.tests.test_compressed_2d ‑ test_to_sparse[CSR-i8-gcxs]
sparse.tests.test_compressed_2d ‑ test_transpose[CSC-f4-False]
sparse.tests.test_compressed_2d ‑ test_transpose[CSC-f4-True]
sparse.tests.test_compressed_2d ‑ test_transpose[CSC-f8-False]
sparse.tests.test_compressed_2d ‑ test_transpose[CSC-f8-True]
sparse.tests.test_compressed_2d ‑ test_transpose[CSC-i4-False]
sparse.tests.test_compressed_2d ‑ test_transpose[CSC-i4-True]
sparse.tests.test_compressed_2d ‑ test_transpose[CSC-i8-False]
sparse.tests.test_compressed_2d ‑ test_transpose[CSC-i8-True]
sparse.tests.test_compressed_2d ‑ test_transpose[CSR-f4-False]
sparse.tests.test_compressed_2d ‑ test_transpose[CSR-f4-True]
sparse.tests.test_compressed_2d ‑ test_transpose[CSR-f8-False]
sparse.tests.test_compressed_2d ‑ test_transpose[CSR-f8-True]
sparse.tests.test_compressed_2d ‑ test_transpose[CSR-i4-False]
sparse.tests.test_compressed_2d ‑ test_transpose[CSR-i4-True]
sparse.tests.test_compressed_2d ‑ test_transpose[CSR-i8-False]
sparse.tests.test_compressed_2d ‑ test_transpose[CSR-i8-True]
sparse.tests.test_compressed_2d ‑ test_transpose_error[CSC-f4]
sparse.tests.test_compressed_2d ‑ test_transpose_error[CSC-f8]
sparse.tests.test_compressed_2d ‑ test_transpose_error[CSC-i4]
sparse.tests.test_compressed_2d ‑ test_transpose_error[CSC-i8]
sparse.tests.test_compressed_2d ‑ test_transpose_error[CSR-f4]
sparse.tests.test_compressed_2d ‑ test_transpose_error[CSR-f8]
sparse.tests.test_compressed_2d ‑ test_transpose_error[CSR-i4]
sparse.tests.test_compressed_2d ‑ test_transpose_error[CSR-i8]
sparse.tests.test_compressed_convert ‑ BLACK
sparse.tests.test_compressed_convert ‑ test_compute_flat[shape0-expected_subsample0-1000]
sparse.tests.test_compressed_convert ‑ test_compute_flat[shape1-expected_subsample1-10000]
sparse.tests.test_compressed_convert ‑ test_compute_flat[shape2-expected_subsample2-10000]
sparse.tests.test_compressed_convert ‑ test_compute_flat[shape3-expected_subsample3-10000]
sparse.tests.test_compressed_convert ‑ test_convert_to_flat[shape0-expected_subsample0-1000]
sparse.tests.test_compressed_convert ‑ test_convert_to_flat[shape1-expected_subsample1-10000]
sparse.tests.test_compressed_convert ‑ test_convert_to_flat[shape2-expected_subsample2-10000]
sparse.tests.test_compressed_convert ‑ test_convert_to_flat[shape3-expected_subsample3-10000]
sparse.tests.test_compressed_convert ‑ test_transform_shape[shape0-expected_shape0]
sparse.tests.test_compressed_convert ‑ test_transform_shape[shape1-expected_shape1]
sparse.tests.test_compressed_convert ‑ test_transform_shape[shape2-expected_shape2]
sparse.tests.test_compressed_convert ‑ test_transform_shape[shape3-expected_shape3]
sparse.tests.test_compressed_convert ‑ test_transform_shape[shape4-expected_shape4]
sparse.tests.test_compressed_convert ‑ test_transform_shape[shape5-expected_shape5]
sparse.tests.test_conversion ‑ BLACK
sparse.tests.test_conversion ‑ test_conversion[COO-COO]
sparse.tests.test_conversion ‑ test_conversion[COO-CSC]
sparse.tests.test_conversion ‑ test_conversion[COO-CSR]
sparse.tests.test_conversion ‑ test_conversion[COO-DOK]
sparse.tests.test_conversion ‑ test_conversion[COO-GCXS]
sparse.tests.test_conversion ‑ test_conversion[CSC-COO]
sparse.tests.test_conversion ‑ test_conversion[CSC-CSC]
sparse.tests.test_conversion ‑ test_conversion[CSC-CSR]
sparse.tests.test_conversion ‑ test_conversion[CSC-DOK]
sparse.tests.test_conversion ‑ test_conversion[CSC-GCXS]
sparse.tests.test_conversion ‑ test_conversion[CSR-COO]
sparse.tests.test_conversion ‑ test_conversion[CSR-CSC]
sparse.tests.test_conversion ‑ test_conversion[CSR-CSR]
sparse.tests.test_conversion ‑ test_conversion[CSR-DOK]
sparse.tests.test_conversion ‑ test_conversion[CSR-GCXS]
sparse.tests.test_conversion ‑ test_conversion[DOK-COO]
sparse.tests.test_conversion ‑ test_conversion[DOK-CSC]
sparse.tests.test_conversion ‑ test_conversion[DOK-CSR]
sparse.tests.test_conversion ‑ test_conversion[DOK-DOK]
sparse.tests.test_conversion ‑ test_conversion[DOK-GCXS]
sparse.tests.test_conversion ‑ test_conversion[GCXS-COO]
sparse.tests.test_conversion ‑ test_conversion[GCXS-CSC]
sparse.tests.test_conversion ‑ test_conversion[GCXS-CSR]
sparse.tests.test_conversion ‑ test_conversion[GCXS-DOK]
sparse.tests.test_conversion ‑ test_conversion[GCXS-GCXS]
sparse.tests.test_conversion ‑ test_conversion_scalar[COO-COO]
sparse.tests.test_conversion ‑ test_conversion_scalar[COO-DOK]
sparse.tests.test_conversion ‑ test_conversion_scalar[COO-GCXS]
sparse.tests.test_conversion ‑ test_conversion_scalar[DOK-COO]
sparse.tests.test_conversion ‑ test_conversion_scalar[DOK-DOK]
sparse.tests.test_conversion ‑ test_conversion_scalar[DOK-GCXS]
sparse.tests.test_conversion ‑ test_conversion_scalar[GCXS-COO]
sparse.tests.test_conversion ‑ test_conversion_scalar[GCXS-DOK]
sparse.tests.test_conversion ‑ test_conversion_scalar[GCXS-GCXS]
sparse.tests.test_conversion ‑ test_extra_kwargs
sparse.tests.test_coo ‑ BLACK
sparse.tests.test_coo ‑ test_add_many_sparse_arrays
sparse.tests.test_coo ‑ test_addition
sparse.tests.test_coo ‑ test_advanced_indexing[index0]
sparse.tests.test_coo ‑ test_advanced_indexing[index10]
sparse.tests.test_coo ‑ test_advanced_indexing[index1]
sparse.tests.test_coo ‑ test_advanced_indexing[index2]
sparse.tests.test_coo ‑ test_advanced_indexing[index3]
sparse.tests.test_coo ‑ test_advanced_indexing[index4]
sparse.tests.test_coo ‑ test_advanced_indexing[index5]
sparse.tests.test_coo ‑ test_advanced_indexing[index6]
sparse.tests.test_coo ‑ test_advanced_indexing[index7]
sparse.tests.test_coo ‑ test_advanced_indexing[index8]
sparse.tests.test_coo ‑ test_advanced_indexing[index9]
sparse.tests.test_coo ‑ test_all_nan_reduction_warning[0-nanmax]
sparse.tests.test_coo ‑ test_all_nan_reduction_warning[0-nanmean]
sparse.tests.test_coo ‑ test_all_nan_reduction_warning[0-nanmin]
sparse.tests.test_coo ‑ test_all_nan_reduction_warning[1-nanmax]
sparse.tests.test_coo ‑ test_all_nan_reduction_warning[1-nanmean]
sparse.tests.test_coo ‑ test_all_nan_reduction_warning[1-nanmin]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

5560 tests found (test 1741 to 2715)

There are 5560 tests, see "Raw output" for the list of tests 1741 to 2715.
Raw output
sparse.tests.test_coo ‑ test_all_nan_reduction_warning[None-nanmax]
sparse.tests.test_coo ‑ test_all_nan_reduction_warning[None-nanmean]
sparse.tests.test_coo ‑ test_all_nan_reduction_warning[None-nanmin]
sparse.tests.test_coo ‑ test_argwhere
sparse.tests.test_coo ‑ test_array_as_shape
sparse.tests.test_coo ‑ test_as_coo[COO]
sparse.tests.test_coo ‑ test_as_coo[DOK]
sparse.tests.test_coo ‑ test_as_coo[asarray]
sparse.tests.test_coo ‑ test_as_coo[csr_matrix]
sparse.tests.test_coo ‑ test_asformat[coo]
sparse.tests.test_coo ‑ test_asformat[dok]
sparse.tests.test_coo ‑ test_asnumpy
sparse.tests.test_coo ‑ test_astype_casting
sparse.tests.test_coo ‑ test_astype_no_copy
sparse.tests.test_coo ‑ test_cache_csr
sparse.tests.test_coo ‑ test_caching
sparse.tests.test_coo ‑ test_clip
sparse.tests.test_coo ‑ test_complex_methods[x0]
sparse.tests.test_coo ‑ test_complex_methods[x1]
sparse.tests.test_coo ‑ test_complex_methods[x2]
sparse.tests.test_coo ‑ test_concatenate
sparse.tests.test_coo ‑ test_concatenate_mixed[concatenate-0]
sparse.tests.test_coo ‑ test_concatenate_mixed[concatenate-1]
sparse.tests.test_coo ‑ test_concatenate_mixed[stack-0]
sparse.tests.test_coo ‑ test_concatenate_mixed[stack-1]
sparse.tests.test_coo ‑ test_concatenate_noarrays
sparse.tests.test_coo ‑ test_coo_valerr
sparse.tests.test_coo ‑ test_copy[False]
sparse.tests.test_coo ‑ test_copy[True]
sparse.tests.test_coo ‑ test_create_with_lists_of_tuples
sparse.tests.test_coo ‑ test_custom_dtype_slicing
sparse.tests.test_coo ‑ test_density
sparse.tests.test_coo ‑ test_diagonal
sparse.tests.test_coo ‑ test_diagonalize
sparse.tests.test_coo ‑ test_empty_reduction
sparse.tests.test_coo ‑ test_empty_shape
sparse.tests.test_coo ‑ test_eye[0-10]
sparse.tests.test_coo ‑ test_eye[10-4]
sparse.tests.test_coo ‑ test_eye[4-10]
sparse.tests.test_coo ‑ test_eye[4-None]
sparse.tests.test_coo ‑ test_failed_densification
sparse.tests.test_coo ‑ test_flatten[62]
sparse.tests.test_coo ‑ test_flatten[in_shape0]
sparse.tests.test_coo ‑ test_flatten[in_shape2]
sparse.tests.test_coo ‑ test_full
sparse.tests.test_coo ‑ test_full_like
sparse.tests.test_coo ‑ test_gt
sparse.tests.test_coo ‑ test_html_for_size_zero
sparse.tests.test_coo ‑ test_initialization[2]
sparse.tests.test_coo ‑ test_initialization[3]
sparse.tests.test_coo ‑ test_initialization[4]
sparse.tests.test_coo ‑ test_initialization[5]
sparse.tests.test_coo ‑ test_inplace_invalid_shape[iadd]
sparse.tests.test_coo ‑ test_inplace_invalid_shape[imul]
sparse.tests.test_coo ‑ test_inplace_invalid_shape[isub]
sparse.tests.test_coo ‑ test_invalid_attrs_error
sparse.tests.test_coo ‑ test_invalid_iterable_error
sparse.tests.test_coo ‑ test_kron[1-1]
sparse.tests.test_coo ‑ test_kron[1-2]
sparse.tests.test_coo ‑ test_kron[1-3]
sparse.tests.test_coo ‑ test_kron[2-1]
sparse.tests.test_coo ‑ test_kron[2-2]
sparse.tests.test_coo ‑ test_kron[2-3]
sparse.tests.test_coo ‑ test_kron[3-1]
sparse.tests.test_coo ‑ test_kron[3-2]
sparse.tests.test_coo ‑ test_kron[3-3]
sparse.tests.test_coo ‑ test_kron_scalar[1]
sparse.tests.test_coo ‑ test_kron_scalar[2]
sparse.tests.test_coo ‑ test_kron_scalar[3]
sparse.tests.test_coo ‑ test_kron_spmatrix[False-True]
sparse.tests.test_coo ‑ test_kron_spmatrix[True-False]
sparse.tests.test_coo ‑ test_kron_spmatrix[True-True]
sparse.tests.test_coo ‑ test_large_concat_stack
sparse.tests.test_coo ‑ test_large_reshape
sparse.tests.test_coo ‑ test_large_sum
sparse.tests.test_coo ‑ test_len
sparse.tests.test_coo ‑ test_moveaxis[-2--3]
sparse.tests.test_coo ‑ test_moveaxis[-2-1]
sparse.tests.test_coo ‑ test_moveaxis[0-1]
sparse.tests.test_coo ‑ test_moveaxis[2-1]
sparse.tests.test_coo ‑ test_moveaxis[source4-destination4]
sparse.tests.test_coo ‑ test_moveaxis[source5-destination5]
sparse.tests.test_coo ‑ test_moveaxis[source6-destination6]
sparse.tests.test_coo ‑ test_moveaxis[source7-destination7]
sparse.tests.test_coo ‑ test_moveaxis_error[0--4]
sparse.tests.test_coo ‑ test_moveaxis_error[source1-destination1]
sparse.tests.test_coo ‑ test_moveaxis_error[source2-destination2]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-0-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-0-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-0-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-0-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-0-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-1-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-1-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-1-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-1-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-1-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-None-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-None-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-None-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-None-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[0.25-False-None-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-0-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-0-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-0-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-0-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-0-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-1-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-1-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-1-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-1-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-1-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-None-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-None-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-None-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-None-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[0.5-False-None-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-0-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-0-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-0-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-0-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-0-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-1-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-1-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-1-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-1-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-1-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-None-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-None-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-None-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-None-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[0.75-False-None-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-0-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-0-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-0-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-0-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-0-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-1-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-1-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-1-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-1-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-1-nansum]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-None-nanmax]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-None-nanmean]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-None-nanmin]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-None-nanprod]
sparse.tests.test_coo ‑ test_nan_reductions[1.0-False-None-nansum]
sparse.tests.test_coo ‑ test_nonzero
sparse.tests.test_coo ‑ test_np_array
sparse.tests.test_coo ‑ test_np_matrix
sparse.tests.test_coo ‑ test_one_arg_where
sparse.tests.test_coo ‑ test_one_arg_where_dense
sparse.tests.test_coo ‑ test_ones_zeros[ones]
sparse.tests.test_coo ‑ test_ones_zeros[zeros]
sparse.tests.test_coo ‑ test_ones_zeros_like[ones_like]
sparse.tests.test_coo ‑ test_ones_zeros_like[zeros_like]
sparse.tests.test_coo ‑ test_op_scipy_sparse[add]
sparse.tests.test_coo ‑ test_op_scipy_sparse[gt]
sparse.tests.test_coo ‑ test_op_scipy_sparse[lt]
sparse.tests.test_coo ‑ test_op_scipy_sparse[mul]
sparse.tests.test_coo ‑ test_op_scipy_sparse[ne]
sparse.tests.test_coo ‑ test_op_scipy_sparse[sub]
sparse.tests.test_coo ‑ test_op_scipy_sparse_left[add]
sparse.tests.test_coo ‑ test_op_scipy_sparse_left[gt]
sparse.tests.test_coo ‑ test_op_scipy_sparse_left[lt]
sparse.tests.test_coo ‑ test_op_scipy_sparse_left[mul]
sparse.tests.test_coo ‑ test_op_scipy_sparse_left[ne]
sparse.tests.test_coo ‑ test_op_scipy_sparse_left[sub]
sparse.tests.test_coo ‑ test_out_dtype
sparse.tests.test_coo ‑ test_outer[shape20-shape10]
sparse.tests.test_coo ‑ test_outer[shape20-shape11]
sparse.tests.test_coo ‑ test_outer[shape20-shape12]
sparse.tests.test_coo ‑ test_outer[shape21-shape10]
sparse.tests.test_coo ‑ test_outer[shape21-shape11]
sparse.tests.test_coo ‑ test_outer[shape21-shape12]
sparse.tests.test_coo ‑ test_outer[shape22-shape10]
sparse.tests.test_coo ‑ test_outer[shape22-shape11]
sparse.tests.test_coo ‑ test_outer[shape22-shape12]
sparse.tests.test_coo ‑ test_pad_invalid[150-pad_width0]
sparse.tests.test_coo ‑ test_pad_invalid[2-pad_width0]
sparse.tests.test_coo ‑ test_pad_invalid[constant_values2-pad_width0]
sparse.tests.test_coo ‑ test_pad_valid[0-2]
sparse.tests.test_coo ‑ test_pad_valid[0-pad_width1]
sparse.tests.test_coo ‑ test_pad_valid[0-pad_width2]
sparse.tests.test_coo ‑ test_pad_valid[0-pad_width3]
sparse.tests.test_coo ‑ test_pad_valid[1-2]
sparse.tests.test_coo ‑ test_pad_valid[1-pad_width1]
sparse.tests.test_coo ‑ test_pad_valid[1-pad_width2]
sparse.tests.test_coo ‑ test_pad_valid[1-pad_width3]
sparse.tests.test_coo ‑ test_pad_valid[150-2]
sparse.tests.test_coo ‑ test_pad_valid[150-pad_width1]
sparse.tests.test_coo ‑ test_pad_valid[150-pad_width2]
sparse.tests.test_coo ‑ test_pad_valid[150-pad_width3]
sparse.tests.test_coo ‑ test_pad_valid[nan-2]
sparse.tests.test_coo ‑ test_pad_valid[nan-pad_width1]
sparse.tests.test_coo ‑ test_pad_valid[nan-pad_width2]
sparse.tests.test_coo ‑ test_pad_valid[nan-pad_width3]
sparse.tests.test_coo ‑ test_pickle
sparse.tests.test_coo ‑ test_prod_along_axis
sparse.tests.test_coo ‑ test_prune_coo
sparse.tests.test_coo ‑ test_raise_on_nd_data
sparse.tests.test_coo ‑ test_random_fv[coo]
sparse.tests.test_coo ‑ test_random_fv[dok]
sparse.tests.test_coo ‑ test_random_idx_dtype
sparse.tests.test_coo ‑ test_random_invalid_density_and_nnz[-0.01-None]
sparse.tests.test_coo ‑ test_random_invalid_density_and_nnz[1-1]
sparse.tests.test_coo ‑ test_random_invalid_density_and_nnz[1.01-None]
sparse.tests.test_coo ‑ test_random_invalid_density_and_nnz[None-2]
sparse.tests.test_coo ‑ test_random_nnz[shape0-1]
sparse.tests.test_coo ‑ test_random_nnz[shape1-0]
sparse.tests.test_coo ‑ test_random_nnz[shape2-5]
sparse.tests.test_coo ‑ test_random_rvs[0.0-shape0-<lambda>-bool_]
sparse.tests.test_coo ‑ test_random_rvs[0.0-shape0-None-float64]
sparse.tests.test_coo ‑ test_random_rvs[0.0-shape0-rvs-int64]
sparse.tests.test_coo ‑ test_random_rvs[0.0-shape1-<lambda>-bool_]
sparse.tests.test_coo ‑ test_random_rvs[0.0-shape1-None-float64]
sparse.tests.test_coo ‑ test_random_rvs[0.0-shape1-rvs-int64]
sparse.tests.test_coo ‑ test_random_rvs[0.01-shape0-<lambda>-bool_]
sparse.tests.test_coo ‑ test_random_rvs[0.01-shape0-None-float64]
sparse.tests.test_coo ‑ test_random_rvs[0.01-shape0-rvs-int64]
sparse.tests.test_coo ‑ test_random_rvs[0.01-shape1-<lambda>-bool_]
sparse.tests.test_coo ‑ test_random_rvs[0.01-shape1-None-float64]
sparse.tests.test_coo ‑ test_random_rvs[0.01-shape1-rvs-int64]
sparse.tests.test_coo ‑ test_random_rvs[0.1-shape0-<lambda>-bool_]
sparse.tests.test_coo ‑ test_random_rvs[0.1-shape0-None-float64]
sparse.tests.test_coo ‑ test_random_rvs[0.1-shape0-rvs-int64]
sparse.tests.test_coo ‑ test_random_rvs[0.1-shape1-<lambda>-bool_]
sparse.tests.test_coo ‑ test_random_rvs[0.1-shape1-None-float64]
sparse.tests.test_coo ‑ test_random_rvs[0.1-shape1-rvs-int64]
sparse.tests.test_coo ‑ test_random_rvs[0.2-shape0-<lambda>-bool_]
sparse.tests.test_coo ‑ test_random_rvs[0.2-shape0-None-float64]
sparse.tests.test_coo ‑ test_random_rvs[0.2-shape0-rvs-int64]
sparse.tests.test_coo ‑ test_random_rvs[0.2-shape1-<lambda>-bool_]
sparse.tests.test_coo ‑ test_random_rvs[0.2-shape1-None-float64]
sparse.tests.test_coo ‑ test_random_rvs[0.2-shape1-rvs-int64]
sparse.tests.test_coo ‑ test_random_shape[0.1-shape0]
sparse.tests.test_coo ‑ test_random_shape[0.1-shape1]
sparse.tests.test_coo ‑ test_random_shape[0.1-shape2]
sparse.tests.test_coo ‑ test_random_shape[0.3-shape0]
sparse.tests.test_coo ‑ test_random_shape[0.3-shape1]
sparse.tests.test_coo ‑ test_random_shape[0.3-shape2]
sparse.tests.test_coo ‑ test_random_shape[0.5-shape0]
sparse.tests.test_coo ‑ test_random_shape[0.5-shape1]
sparse.tests.test_coo ‑ test_random_shape[0.5-shape2]
sparse.tests.test_coo ‑ test_random_shape[0.7-shape0]
sparse.tests.test_coo ‑ test_random_shape[0.7-shape1]
sparse.tests.test_coo ‑ test_random_shape[0.7-shape2]
sparse.tests.test_coo ‑ test_reductions[f4-False--3-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-False--3-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-False--3-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-False--3-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-False--3-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-False--3-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-False--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-False--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-False--3-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-False-0-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-False-0-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-False-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-False-0-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-False-0-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-False-0-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-False-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-False-0-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-False-1-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-False-1-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-False-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-False-1-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-False-1-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-False-1-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-False-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-False-1-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-False-2-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-False-2-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-False-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-False-2-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-False-2-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-False-2-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-False-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-False-2-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-False-None-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-False-None-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-False-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-False-None-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-False-None-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-False-None-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-False-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-False-None-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis4-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis4-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis4-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis4-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis4-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis4-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis6-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis6-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis6-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis6-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis6-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-False-axis6-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-True--3-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-True--3-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-True--3-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-True--3-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-True--3-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-True--3-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-True--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-True--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-True--3-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-True-0-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-True-0-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-True-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-True-0-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-True-0-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-True-0-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-True-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-True-0-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-True-1-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-True-1-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-True-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-True-1-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-True-1-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-True-1-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-True-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-True-1-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-True-2-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-True-2-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-True-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-True-2-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-True-2-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-True-2-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-True-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-True-2-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-True-None-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-True-None-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-True-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-True-None-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-True-None-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-True-None-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-True-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-True-None-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis4-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis4-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis4-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis4-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis4-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis4-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis6-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis6-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis6-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis6-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis6-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f4-True-axis6-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-False--3-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-False--3-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-False--3-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-False--3-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-False--3-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-False--3-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-False--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-False--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-False--3-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-False-0-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-False-0-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-False-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-False-0-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-False-0-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-False-0-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-False-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-False-0-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-False-1-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-False-1-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-False-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-False-1-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-False-1-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-False-1-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-False-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-False-1-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-False-2-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-False-2-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-False-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-False-2-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-False-2-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-False-2-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-False-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-False-2-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-False-None-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-False-None-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-False-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-False-None-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-False-None-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-False-None-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-False-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-False-None-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis4-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis4-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis4-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis4-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis4-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis4-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis6-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis6-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis6-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis6-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis6-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-False-axis6-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-True--3-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-True--3-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-True--3-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-True--3-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-True--3-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-True--3-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-True--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-True--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-True--3-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-True-0-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-True-0-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-True-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-True-0-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-True-0-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-True-0-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-True-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-True-0-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-True-1-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-True-1-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-True-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-True-1-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-True-1-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-True-1-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-True-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-True-1-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-True-2-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-True-2-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-True-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-True-2-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-True-2-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-True-2-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-True-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-True-2-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-True-None-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-True-None-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-True-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-True-None-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-True-None-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-True-None-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-True-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-True-None-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis4-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis4-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis4-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis4-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis4-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis4-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis6-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis6-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis6-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis6-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis6-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[f8-True-axis6-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-False--3-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-False--3-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-False--3-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-False--3-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-False--3-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-False--3-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-False--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-False--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-False--3-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-False-0-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-False-0-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-False-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-False-0-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-False-0-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-False-0-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-False-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-False-0-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-False-1-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-False-1-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-False-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-False-1-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-False-1-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-False-1-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-False-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-False-1-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-False-2-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-False-2-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-False-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-False-2-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-False-2-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-False-2-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-False-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-False-2-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-False-None-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-False-None-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-False-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-False-None-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-False-None-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-False-None-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-False-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-False-None-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis4-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis4-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis4-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis4-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis4-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis4-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis6-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis6-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis6-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis6-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis6-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-False-axis6-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-True--3-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-True--3-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-True--3-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-True--3-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-True--3-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-True--3-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-True--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-True--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-True--3-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-True-0-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-True-0-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-True-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-True-0-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-True-0-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-True-0-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-True-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-True-0-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-True-1-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-True-1-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-True-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-True-1-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-True-1-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-True-1-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-True-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-True-1-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-True-2-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-True-2-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-True-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-True-2-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-True-2-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-True-2-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-True-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-True-2-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-True-None-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-True-None-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-True-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-True-None-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-True-None-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-True-None-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-True-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-True-None-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis4-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis4-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis4-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis4-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis4-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis4-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis6-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis6-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis6-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis6-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis6-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i4-True-axis6-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-False--3-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-False--3-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-False--3-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-False--3-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-False--3-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-False--3-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-False--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-False--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-False--3-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-False-0-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-False-0-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-False-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-False-0-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-False-0-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-False-0-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-False-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-False-0-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-False-1-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-False-1-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-False-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-False-1-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-False-1-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-False-1-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-False-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-False-1-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-False-2-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-False-2-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-False-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-False-2-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-False-2-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-False-2-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-False-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-False-2-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-False-None-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-False-None-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-False-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-False-None-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-False-None-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-False-None-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-False-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-False-None-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis4-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis4-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis4-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis4-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis4-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis4-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis6-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis6-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis6-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis6-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis6-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-False-axis6-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-True--3-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-True--3-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-True--3-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-True--3-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-True--3-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-True--3-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-True--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-True--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-True--3-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-True-0-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-True-0-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-True-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-True-0-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-True-0-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-True-0-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-True-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-True-0-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-True-1-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-True-1-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-True-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-True-1-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-True-1-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-True-1-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-True-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-True-1-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-True-2-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-True-2-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-True-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-True-2-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-True-2-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-True-2-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-True-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-True-2-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-True-None-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-True-None-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-True-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-True-None-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-True-None-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-True-None-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-True-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-True-None-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis4-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis4-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis4-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis4-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis4-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis4-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis6-max-kwargs5]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis6-mean-kwargs2]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis6-min-kwargs6]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis6-prod-kwargs4]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis6-std-kwargs7]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions[i8-True-axis6-var-kwargs8]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False--3-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False--3-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-0-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-0-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-1-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-1-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-2-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-2-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-None-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-None-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-axis4-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-axis4-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-axis6-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-False-axis6-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True--3-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True--3-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-0-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-0-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-1-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-1-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-2-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-2-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-None-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-None-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-axis4-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-axis4-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-axis6-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f4-True-axis6-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False--3-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False--3-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-0-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-0-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-1-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-1-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-2-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-2-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-None-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-None-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-axis4-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-axis4-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-axis6-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-False-axis6-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True--3-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True--3-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-0-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-0-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-1-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-1-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-2-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-2-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-None-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-None-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-axis4-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-axis4-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-axis6-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[f8-True-axis6-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False--3-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False--3-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-0-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-0-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-1-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-1-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-2-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-2-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-None-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-None-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-axis4-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-axis4-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-axis6-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-False-axis6-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True--3-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True--3-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-0-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-0-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-1-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-1-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-2-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-2-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-None-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-None-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-axis4-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-axis4-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-axis6-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i4-True-axis6-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False--3-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False--3-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-0-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-0-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-1-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-1-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-2-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-2-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-None-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-None-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-axis4-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-axis4-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-axis6-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-False-axis6-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True--3-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True--3-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-0-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-0-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-1-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-1-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-2-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-2-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-None-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-None-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-axis4-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-axis4-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-axis6-all-kwargs1]
sparse.tests.test_coo ‑ test_reductions_bool[i8-True-axis6-any-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f4-0-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f4-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f4-1-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f4-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f4-2-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f4-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f4-None-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f4-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f4-axis4-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f4-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f8-0-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f8-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f8-1-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f8-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f8-2-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f8-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f8-None-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f8-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[f8-axis4-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[f8-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i4-0-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i4-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i4-1-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i4-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i4-2-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i4-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i4-None-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i4-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i4-axis4-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i4-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i8-0-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i8-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i8-1-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i8-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i8-2-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i8-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i8-None-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i8-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_float16[i8-axis4-mean-kwargs1]
sparse.tests.test_coo ‑ test_reductions_float16[i8-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False--3-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-0-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-1-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-2-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-None-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-axis4-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-axis6-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True--3-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-0-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-1-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-2-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-None-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-axis4-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-axis6-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f4-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False--3-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-0-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-1-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-2-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-None-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-axis4-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-axis6-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True--3-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-0-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-1-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-1-sum-kwargs1]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

5560 tests found (test 2716 to 3709)

There are 5560 tests, see "Raw output" for the list of tests 2716 to 3709.
Raw output
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-2-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-None-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-axis4-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-axis6-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[f8-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False--3-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-0-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-1-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-2-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-None-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-axis4-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-axis6-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True--3-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-0-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-1-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-2-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-None-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-axis4-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-axis6-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i4-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False--3-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-0-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-1-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-2-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-None-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-axis4-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-axis6-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True--3-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True--3-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True--3-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-0-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-0-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-1-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-1-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-2-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-2-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-None-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-None-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-axis4-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-axis4-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-axis6-prod-kwargs2]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-axis6-sum-kwargs0]
sparse.tests.test_coo ‑ test_reductions_fv[i8-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_reshape[coo-a0-b0]
sparse.tests.test_coo ‑ test_reshape[coo-a1-b1]
sparse.tests.test_coo ‑ test_reshape[coo-a2-b2]
sparse.tests.test_coo ‑ test_reshape[coo-a3-b3]
sparse.tests.test_coo ‑ test_reshape[coo-a4-b4]
sparse.tests.test_coo ‑ test_reshape[coo-a5-b5]
sparse.tests.test_coo ‑ test_reshape[coo-a6-b6]
sparse.tests.test_coo ‑ test_reshape[coo-a7-b7]
sparse.tests.test_coo ‑ test_reshape[coo-a8-b8]
sparse.tests.test_coo ‑ test_reshape[coo-a9-b9]
sparse.tests.test_coo ‑ test_reshape[dok-a0-b0]
sparse.tests.test_coo ‑ test_reshape[dok-a1-b1]
sparse.tests.test_coo ‑ test_reshape[dok-a2-b2]
sparse.tests.test_coo ‑ test_reshape[dok-a3-b3]
sparse.tests.test_coo ‑ test_reshape[dok-a4-b4]
sparse.tests.test_coo ‑ test_reshape[dok-a5-b5]
sparse.tests.test_coo ‑ test_reshape[dok-a6-b6]
sparse.tests.test_coo ‑ test_reshape[dok-a7-b7]
sparse.tests.test_coo ‑ test_reshape[dok-a8-b8]
sparse.tests.test_coo ‑ test_reshape[dok-a9-b9]
sparse.tests.test_coo ‑ test_reshape_errors[COO]
sparse.tests.test_coo ‑ test_reshape_errors[DOK]
sparse.tests.test_coo ‑ test_reshape_function[COO]
sparse.tests.test_coo ‑ test_reshape_function[DOK]
sparse.tests.test_coo ‑ test_reshape_same
sparse.tests.test_coo ‑ test_reshape_upcast
sparse.tests.test_coo ‑ test_resize[a0-b0]
sparse.tests.test_coo ‑ test_resize[a1-b1]
sparse.tests.test_coo ‑ test_resize[a2-b2]
sparse.tests.test_coo ‑ test_resize[a3-b3]
sparse.tests.test_coo ‑ test_resize[a4-b4]
sparse.tests.test_coo ‑ test_resize[a5-b5]
sparse.tests.test_coo ‑ test_resize[a6-b6]
sparse.tests.test_coo ‑ test_resize[a7-b7]
sparse.tests.test_coo ‑ test_resize[a8-b8]
sparse.tests.test_coo ‑ test_resize[a9-b9]
sparse.tests.test_coo ‑ test_resize_upcast
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c16-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-c8-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f4-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-f8-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i1-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i2-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i4-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-i8-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-object-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u1-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u2-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u4-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type0-u8-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c16-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-c8-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f4-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-f8-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i1-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i2-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i4-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-i8-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-object-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u1-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u2-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u4-u8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-c16]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-c8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-f4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-f8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-i1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-i2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-i4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-i8]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-object]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-u1]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-u2]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-u4]
sparse.tests.test_coo ‑ test_result_type[1-result_type1-u8-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c16-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-c8-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f4-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-f8-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i1-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i2-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i4-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-i8-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-object-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u1-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u2-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u4-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type0-u8-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c16-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-c8-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f4-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-f8-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i1-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i2-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i4-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-i8-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-object-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u1-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u2-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u4-u8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-c16]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-c8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-f4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-f8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-i1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-i2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-i4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-i8]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-object]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-u1]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-u2]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-u4]
sparse.tests.test_coo ‑ test_result_type[data1-result_type1-u8-u8]
sparse.tests.test_coo ‑ test_scalar_elemwise
sparse.tests.test_coo ‑ test_scalar_exponentiation
sparse.tests.test_coo ‑ test_scalar_from_numpy[0]
sparse.tests.test_coo ‑ test_scalar_from_numpy[5]
sparse.tests.test_coo ‑ test_scalar_list_init
sparse.tests.test_coo ‑ test_scalar_multiplication[2.5]
sparse.tests.test_coo ‑ test_scalar_multiplication[2]
sparse.tests.test_coo ‑ test_scalar_multiplication[scalar2]
sparse.tests.test_coo ‑ test_scalar_multiplication[scalar3]
sparse.tests.test_coo ‑ test_scalar_shape_construction
sparse.tests.test_coo ‑ test_scalar_slicing
sparse.tests.test_coo ‑ test_scipy_sparse_interaction[coo]
sparse.tests.test_coo ‑ test_scipy_sparse_interaction[csc]
sparse.tests.test_coo ‑ test_scipy_sparse_interaction[csr]
sparse.tests.test_coo ‑ test_scipy_sparse_interaction[dok]
sparse.tests.test_coo ‑ test_scipy_sparse_interface
sparse.tests.test_coo ‑ test_setting_into_numpy_slice
sparse.tests.test_coo ‑ test_single_dimension
sparse.tests.test_coo ‑ test_size
sparse.tests.test_coo ‑ test_sizeof
sparse.tests.test_coo ‑ test_slicing[-1]
sparse.tests.test_coo ‑ test_slicing[0]
sparse.tests.test_coo ‑ test_slicing[1]
sparse.tests.test_coo ‑ test_slicing[index10]
sparse.tests.test_coo ‑ test_slicing[index11]
sparse.tests.test_coo ‑ test_slicing[index12]
sparse.tests.test_coo ‑ test_slicing[index13]
sparse.tests.test_coo ‑ test_slicing[index14]
sparse.tests.test_coo ‑ test_slicing[index15]
sparse.tests.test_coo ‑ test_slicing[index16]
sparse.tests.test_coo ‑ test_slicing[index17]
sparse.tests.test_coo ‑ test_slicing[index18]
sparse.tests.test_coo ‑ test_slicing[index19]
sparse.tests.test_coo ‑ test_slicing[index20]
sparse.tests.test_coo ‑ test_slicing[index21]
sparse.tests.test_coo ‑ test_slicing[index22]
sparse.tests.test_coo ‑ test_slicing[index23]
sparse.tests.test_coo ‑ test_slicing[index24]
sparse.tests.test_coo ‑ test_slicing[index25]
sparse.tests.test_coo ‑ test_slicing[index26]
sparse.tests.test_coo ‑ test_slicing[index27]
sparse.tests.test_coo ‑ test_slicing[index28]
sparse.tests.test_coo ‑ test_slicing[index29]
sparse.tests.test_coo ‑ test_slicing[index30]
sparse.tests.test_coo ‑ test_slicing[index31]
sparse.tests.test_coo ‑ test_slicing[index32]
sparse.tests.test_coo ‑ test_slicing[index33]
sparse.tests.test_coo ‑ test_slicing[index34]
sparse.tests.test_coo ‑ test_slicing[index35]
sparse.tests.test_coo ‑ test_slicing[index36]
sparse.tests.test_coo ‑ test_slicing[index37]
sparse.tests.test_coo ‑ test_slicing[index38]
sparse.tests.test_coo ‑ test_slicing[index39]
sparse.tests.test_coo ‑ test_slicing[index3]
sparse.tests.test_coo ‑ test_slicing[index40]
sparse.tests.test_coo ‑ test_slicing[index41]
sparse.tests.test_coo ‑ test_slicing[index42]
sparse.tests.test_coo ‑ test_slicing[index43]
sparse.tests.test_coo ‑ test_slicing[index44]
sparse.tests.test_coo ‑ test_slicing[index45]
sparse.tests.test_coo ‑ test_slicing[index46]
sparse.tests.test_coo ‑ test_slicing[index47]
sparse.tests.test_coo ‑ test_slicing[index48]
sparse.tests.test_coo ‑ test_slicing[index49]
sparse.tests.test_coo ‑ test_slicing[index4]
sparse.tests.test_coo ‑ test_slicing[index5]
sparse.tests.test_coo ‑ test_slicing[index6]
sparse.tests.test_coo ‑ test_slicing[index7]
sparse.tests.test_coo ‑ test_slicing[index8]
sparse.tests.test_coo ‑ test_slicing[index9]
sparse.tests.test_coo ‑ test_slicing_errors[-5]
sparse.tests.test_coo ‑ test_slicing_errors[0.5]
sparse.tests.test_coo ‑ test_slicing_errors[5]
sparse.tests.test_coo ‑ test_slicing_errors[foo]
sparse.tests.test_coo ‑ test_slicing_errors[index0]
sparse.tests.test_coo ‑ test_slicing_errors[index10]
sparse.tests.test_coo ‑ test_slicing_errors[index1]
sparse.tests.test_coo ‑ test_slicing_errors[index2]
sparse.tests.test_coo ‑ test_slicing_errors[index6]
sparse.tests.test_coo ‑ test_slicing_errors[index8]
sparse.tests.test_coo ‑ test_slicing_errors[index9]
sparse.tests.test_coo ‑ test_stack[-1-shape0]
sparse.tests.test_coo ‑ test_stack[-1-shape1]
sparse.tests.test_coo ‑ test_stack[-1-shape2]
sparse.tests.test_coo ‑ test_stack[0-shape0]
sparse.tests.test_coo ‑ test_stack[0-shape1]
sparse.tests.test_coo ‑ test_stack[0-shape2]
sparse.tests.test_coo ‑ test_stack[1-shape0]
sparse.tests.test_coo ‑ test_stack[1-shape1]
sparse.tests.test_coo ‑ test_stack[1-shape2]
sparse.tests.test_coo ‑ test_successful_densification
sparse.tests.test_coo ‑ test_swapaxes[-1--1]
sparse.tests.test_coo ‑ test_swapaxes[-1--2]
sparse.tests.test_coo ‑ test_swapaxes[-1--3]
sparse.tests.test_coo ‑ test_swapaxes[-1-0]
sparse.tests.test_coo ‑ test_swapaxes[-1-1]
sparse.tests.test_coo ‑ test_swapaxes[-1-2]
sparse.tests.test_coo ‑ test_swapaxes[-2--1]
sparse.tests.test_coo ‑ test_swapaxes[-2--2]
sparse.tests.test_coo ‑ test_swapaxes[-2--3]
sparse.tests.test_coo ‑ test_swapaxes[-2-0]
sparse.tests.test_coo ‑ test_swapaxes[-2-1]
sparse.tests.test_coo ‑ test_swapaxes[-2-2]
sparse.tests.test_coo ‑ test_swapaxes[-3--1]
sparse.tests.test_coo ‑ test_swapaxes[-3--2]
sparse.tests.test_coo ‑ test_swapaxes[-3--3]
sparse.tests.test_coo ‑ test_swapaxes[-3-0]
sparse.tests.test_coo ‑ test_swapaxes[-3-1]
sparse.tests.test_coo ‑ test_swapaxes[-3-2]
sparse.tests.test_coo ‑ test_swapaxes[0--1]
sparse.tests.test_coo ‑ test_swapaxes[0--2]
sparse.tests.test_coo ‑ test_swapaxes[0--3]
sparse.tests.test_coo ‑ test_swapaxes[0-0]
sparse.tests.test_coo ‑ test_swapaxes[0-1]
sparse.tests.test_coo ‑ test_swapaxes[0-2]
sparse.tests.test_coo ‑ test_swapaxes[1--1]
sparse.tests.test_coo ‑ test_swapaxes[1--2]
sparse.tests.test_coo ‑ test_swapaxes[1--3]
sparse.tests.test_coo ‑ test_swapaxes[1-0]
sparse.tests.test_coo ‑ test_swapaxes[1-1]
sparse.tests.test_coo ‑ test_swapaxes[1-2]
sparse.tests.test_coo ‑ test_swapaxes[2--1]
sparse.tests.test_coo ‑ test_swapaxes[2--2]
sparse.tests.test_coo ‑ test_swapaxes[2--3]
sparse.tests.test_coo ‑ test_swapaxes[2-0]
sparse.tests.test_coo ‑ test_swapaxes[2-1]
sparse.tests.test_coo ‑ test_swapaxes[2-2]
sparse.tests.test_coo ‑ test_swapaxes_error[-4--4]
sparse.tests.test_coo ‑ test_swapaxes_error[-4-3]
sparse.tests.test_coo ‑ test_swapaxes_error[0--4]
sparse.tests.test_coo ‑ test_swapaxes_error[0-3]
sparse.tests.test_coo ‑ test_swapaxes_error[3--4]
sparse.tests.test_coo ‑ test_swapaxes_error[3-3]
sparse.tests.test_coo ‑ test_three_arg_where[shapes0]
sparse.tests.test_coo ‑ test_three_arg_where[shapes1]
sparse.tests.test_coo ‑ test_three_arg_where[shapes2]
sparse.tests.test_coo ‑ test_three_arg_where[shapes3]
sparse.tests.test_coo ‑ test_three_arg_where[shapes4]
sparse.tests.test_coo ‑ test_three_arg_where[shapes5]
sparse.tests.test_coo ‑ test_three_arg_where[shapes6]
sparse.tests.test_coo ‑ test_three_arg_where[shapes7]
sparse.tests.test_coo ‑ test_three_arg_where[shapes8]
sparse.tests.test_coo ‑ test_three_arg_where[shapes9]
sparse.tests.test_coo ‑ test_to_scipy_sparse
sparse.tests.test_coo ‑ test_transpose[None]
sparse.tests.test_coo ‑ test_transpose[axis1]
sparse.tests.test_coo ‑ test_transpose[axis2]
sparse.tests.test_coo ‑ test_transpose[axis3]
sparse.tests.test_coo ‑ test_transpose[axis4]
sparse.tests.test_coo ‑ test_transpose[axis5]
sparse.tests.test_coo ‑ test_transpose[axis6]
sparse.tests.test_coo ‑ test_transpose_error[0.3]
sparse.tests.test_coo ‑ test_transpose_error[axis0]
sparse.tests.test_coo ‑ test_transpose_error[axis1]
sparse.tests.test_coo ‑ test_transpose_error[axis2]
sparse.tests.test_coo ‑ test_transpose_error[axis3]
sparse.tests.test_coo ‑ test_transpose_error[axis4]
sparse.tests.test_coo ‑ test_transpose_error[axis5]
sparse.tests.test_coo ‑ test_transpose_error[axis7]
sparse.tests.test_coo ‑ test_triul[shape0-0]
sparse.tests.test_coo ‑ test_triul[shape1-1]
sparse.tests.test_coo ‑ test_triul[shape2--1]
sparse.tests.test_coo ‑ test_triul[shape3--2]
sparse.tests.test_coo ‑ test_triul[shape4-1000]
sparse.tests.test_coo ‑ test_two_arg_where
sparse.tests.test_coo ‑ test_two_random_same_seed
sparse.tests.test_coo ‑ test_two_random_unequal
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False--1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False--1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False--1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False--1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False--1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False--1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False--1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-0-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-0-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-0-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-0-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-0-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-1-mean-kwargs4]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

5560 tests found (test 3710 to 4573)

There are 5560 tests, see "Raw output" for the list of tests 3710 to 4573.
Raw output
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-2-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-2-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-2-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-2-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-2-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-None-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-None-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-None-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-None-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-None-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis4-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis4-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis4-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis4-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis4-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis6-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis6-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis6-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis6-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-False-axis6-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True--1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True--1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True--1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True--1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True--1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True--1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True--1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-0-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-0-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-0-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-0-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-0-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-2-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-2-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-2-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-2-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-2-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-None-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-None-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-None-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-None-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-None-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis4-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis4-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis4-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis4-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis4-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis6-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis6-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis6-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis6-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f4-True-axis6-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False--1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False--1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False--1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False--1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False--1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False--1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False--1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-0-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-0-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-0-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-0-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-0-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-2-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-2-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-2-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-2-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-2-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-None-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-None-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-None-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-None-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-None-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis4-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis4-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis4-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis4-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis4-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis6-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis6-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis6-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis6-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-False-axis6-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True--1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True--1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True--1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True--1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True--1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True--1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True--1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-0-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-0-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-0-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-0-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-0-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-2-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-2-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-2-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-2-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-2-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-None-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-None-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-None-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-None-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-None-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis4-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis4-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis4-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis4-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis4-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis6-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis6-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis6-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis6-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[f8-True-axis6-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False--1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False--1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False--1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False--1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False--1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False--1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False--1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-0-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-0-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-0-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-0-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-0-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-2-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-2-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-2-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-2-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-2-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-None-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-None-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-None-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-None-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-None-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis4-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis4-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis4-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis4-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis4-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis6-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis6-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis6-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis6-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-False-axis6-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True--1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True--1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True--1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True--1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True--1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True--1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True--1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-0-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-0-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-0-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-0-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-0-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-2-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-2-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-2-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-2-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-2-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-None-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-None-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-None-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-None-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-None-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis4-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis4-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis4-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis4-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis4-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis6-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis6-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis6-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis6-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i4-True-axis6-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False--1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False--1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False--1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False--1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False--1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False--1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False--1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-0-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-0-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-0-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-0-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-0-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-2-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-2-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-2-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-2-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-2-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-None-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-None-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-None-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-None-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-None-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis4-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis4-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis4-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis4-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis4-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis6-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis6-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis6-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis6-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-False-axis6-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True--1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True--1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True--1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True--1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True--1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True--1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True--1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-0-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-0-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-0-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-0-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-0-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-0-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-0-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-1-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-1-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-1-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-1-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-1-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-1-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-1-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-2-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-2-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-2-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-2-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-2-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-2-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-2-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-None-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-None-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-None-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-None-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-None-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-None-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-None-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis4-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis4-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis4-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis4-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis4-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis4-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis4-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis6-amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis6-amin-kwargs6]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis6-mean-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis6-mean-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis6-prod-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis6-sum-kwargs1]
sparse.tests.test_coo ‑ test_ufunc_reductions[i8-True-axis6-sum-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions_kwargs[amax-kwargs0]
sparse.tests.test_coo ‑ test_ufunc_reductions_kwargs[prod-kwargs2]
sparse.tests.test_coo ‑ test_ufunc_reductions_kwargs[reduce-kwargs3]
sparse.tests.test_coo ‑ test_ufunc_reductions_kwargs[reduce-kwargs4]
sparse.tests.test_coo ‑ test_ufunc_reductions_kwargs[reduce-kwargs5]
sparse.tests.test_coo ‑ test_ufunc_reductions_kwargs[sum-kwargs1]
sparse.tests.test_coo ‑ test_warn_on_too_dense
sparse.tests.test_coo.TestFailFillValue ‑ test_inconsistent_fv
sparse.tests.test_coo.TestFailFillValue ‑ test_nonzero_fv
sparse.tests.test_coo.TestRoll ‑ test_1d[-20]
sparse.tests.test_coo.TestRoll ‑ test_1d[-2]
sparse.tests.test_coo.TestRoll ‑ test_1d[0]
sparse.tests.test_coo.TestRoll ‑ test_1d[20]
sparse.tests.test_coo.TestRoll ‑ test_1d[2]
sparse.tests.test_coo.TestRoll ‑ test_2d[0--20]
sparse.tests.test_coo.TestRoll ‑ test_2d[0--2]
sparse.tests.test_coo.TestRoll ‑ test_2d[0-0]
sparse.tests.test_coo.TestRoll ‑ test_2d[0-20]
sparse.tests.test_coo.TestRoll ‑ test_2d[0-2]
sparse.tests.test_coo.TestRoll ‑ test_2d[1--20]
sparse.tests.test_coo.TestRoll ‑ test_2d[1--2]
sparse.tests.test_coo.TestRoll ‑ test_2d[1-0]
sparse.tests.test_coo.TestRoll ‑ test_2d[1-20]
sparse.tests.test_coo.TestRoll ‑ test_2d[1-2]
sparse.tests.test_coo.TestRoll ‑ test_2d[None--20]
sparse.tests.test_coo.TestRoll ‑ test_2d[None--2]
sparse.tests.test_coo.TestRoll ‑ test_2d[None-0]
sparse.tests.test_coo.TestRoll ‑ test_2d[None-20]
sparse.tests.test_coo.TestRoll ‑ test_2d[None-2]
sparse.tests.test_coo.TestRoll ‑ test_2d[ax3--20]
sparse.tests.test_coo.TestRoll ‑ test_2d[ax3--2]
sparse.tests.test_coo.TestRoll ‑ test_2d[ax3-0]
sparse.tests.test_coo.TestRoll ‑ test_2d[ax3-20]
sparse.tests.test_coo.TestRoll ‑ test_2d[ax3-2]
sparse.tests.test_coo.TestRoll ‑ test_dtype_errors[-300-int8]
sparse.tests.test_coo.TestRoll ‑ test_dtype_errors[-300-uint8]
sparse.tests.test_coo.TestRoll ‑ test_dtype_errors[300-int8]
sparse.tests.test_coo.TestRoll ‑ test_dtype_errors[300-uint8]
sparse.tests.test_coo.TestRoll ‑ test_empty
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax0-shift0]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax0-shift1]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax0-shift2]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax0-shift3]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax1-shift0]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax1-shift1]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax1-shift2]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax1-shift3]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax2-shift0]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax2-shift1]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax2-shift2]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax2-shift3]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax3-shift0]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax3-shift1]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax3-shift2]
sparse.tests.test_coo.TestRoll ‑ test_multiaxis[ax3-shift3]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[0--20]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[0--2]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[0-0]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[0-20]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[0-2]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[1--20]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[1--2]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[1-0]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[1-20]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[1-2]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[None--20]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[None--2]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[None-0]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[None-20]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[None-2]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[ax3--20]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[ax3--2]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[ax3-0]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[ax3-20]
sparse.tests.test_coo.TestRoll ‑ test_original_is_copied[ax3-2]
sparse.tests.test_coo.TestRoll ‑ test_unsigned_type_error
sparse.tests.test_coo.TestRoll ‑ test_valerr[args0]
sparse.tests.test_coo.TestRoll ‑ test_valerr[args1]
sparse.tests.test_coo.TestRoll ‑ test_valerr[args2]
sparse.tests.test_coo.TestRoll ‑ test_valerr[args3]
sparse.tests.test_coo_numba ‑ BLACK
sparse.tests.test_coo_numba.TestBasic ‑ test_repack_attrs
sparse.tests.test_coo_numba.TestBasic ‑ test_roundtrip
sparse.tests.test_coo_numba.TestBasic ‑ test_roundtrip_constant
sparse.tests.test_coo_numba.TestBasic ‑ test_unpack_attrs
sparse.tests.test_dask_interop ‑ BLACK
sparse.tests.test_dask_interop ‑ test_deterministic_token
sparse.tests.test_dok ‑ BLACK
sparse.tests.test_dok ‑ test_asformat[coo]
sparse.tests.test_dok ‑ test_asformat[dok]
sparse.tests.test_dok ‑ test_construct[2-data0]
sparse.tests.test_dok ‑ test_construct[shape1-data1]
sparse.tests.test_dok ‑ test_construct[shape2-data2]
sparse.tests.test_dok ‑ test_convert_from_coo
sparse.tests.test_dok ‑ test_convert_from_numpy
sparse.tests.test_dok ‑ test_convert_from_scipy_sparse
sparse.tests.test_dok ‑ test_convert_to_coo
sparse.tests.test_dok ‑ test_convert_to_numpy
sparse.tests.test_dok ‑ test_coo_fv_interface
sparse.tests.test_dok ‑ test_default_dtype
sparse.tests.test_dok ‑ test_dok_concat_stack[concatenate]
sparse.tests.test_dok ‑ test_dok_concat_stack[stack]
sparse.tests.test_dok ‑ test_dok_indexing
sparse.tests.test_dok ‑ test_empty_dok_dtype
sparse.tests.test_dok ‑ test_float_dtype
sparse.tests.test_dok ‑ test_getitem[shape0-0.5-indices0]
sparse.tests.test_dok ‑ test_getitem[shape1-0.2-indices1]
sparse.tests.test_dok ‑ test_getitem[shape2-0.2-indices2]
sparse.tests.test_dok ‑ test_getitem[shape3-0.5-indices3]
sparse.tests.test_dok ‑ test_getitem[shape4-0.4-indices4]
sparse.tests.test_dok ‑ test_getitem[shape5-0.8-indices5]
sparse.tests.test_dok ‑ test_getitem[shape6-0-indices6]
sparse.tests.test_dok ‑ test_getitem_index_error[shape0-0.8-indices0]
sparse.tests.test_dok ‑ test_getitem_index_error[shape1-0.5-indices1]
sparse.tests.test_dok ‑ test_getitem_index_error[shape2-0.5-indices2]
sparse.tests.test_dok ‑ test_getitem_notimplemented_error[shape0-0.8-indices0]
sparse.tests.test_dok ‑ test_getitem_notimplemented_error[shape1-0.5-indices1]
sparse.tests.test_dok ‑ test_getitem_single[0.1-shape0]
sparse.tests.test_dok ‑ test_getitem_single[0.1-shape1]
sparse.tests.test_dok ‑ test_getitem_single[0.1-shape2]
sparse.tests.test_dok ‑ test_getitem_single[0.3-shape0]
sparse.tests.test_dok ‑ test_getitem_single[0.3-shape1]
sparse.tests.test_dok ‑ test_getitem_single[0.3-shape2]
sparse.tests.test_dok ‑ test_getitem_single[0.5-shape0]
sparse.tests.test_dok ‑ test_getitem_single[0.5-shape1]
sparse.tests.test_dok ‑ test_getitem_single[0.5-shape2]
sparse.tests.test_dok ‑ test_getitem_single[0.7-shape0]
sparse.tests.test_dok ‑ test_getitem_single[0.7-shape1]
sparse.tests.test_dok ‑ test_getitem_single[0.7-shape2]
sparse.tests.test_dok ‑ test_int_dtype
sparse.tests.test_dok ‑ test_pad_invalid[150-pad_width0]
sparse.tests.test_dok ‑ test_pad_invalid[2-pad_width0]
sparse.tests.test_dok ‑ test_pad_invalid[constant_values2-pad_width0]
sparse.tests.test_dok ‑ test_pad_valid[0-2]
sparse.tests.test_dok ‑ test_pad_valid[0-pad_width1]
sparse.tests.test_dok ‑ test_pad_valid[0-pad_width2]
sparse.tests.test_dok ‑ test_pad_valid[0-pad_width3]
sparse.tests.test_dok ‑ test_pad_valid[1-2]
sparse.tests.test_dok ‑ test_pad_valid[1-pad_width1]
sparse.tests.test_dok ‑ test_pad_valid[1-pad_width2]
sparse.tests.test_dok ‑ test_pad_valid[1-pad_width3]
sparse.tests.test_dok ‑ test_pad_valid[150-2]
sparse.tests.test_dok ‑ test_pad_valid[150-pad_width1]
sparse.tests.test_dok ‑ test_pad_valid[150-pad_width2]
sparse.tests.test_dok ‑ test_pad_valid[150-pad_width3]
sparse.tests.test_dok ‑ test_pad_valid[nan-2]
sparse.tests.test_dok ‑ test_pad_valid[nan-pad_width1]
sparse.tests.test_dok ‑ test_pad_valid[nan-pad_width2]
sparse.tests.test_dok ‑ test_pad_valid[nan-pad_width3]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.1-shape0]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.1-shape1]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.1-shape2]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.3-shape0]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.3-shape1]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.3-shape2]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.5-shape0]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.5-shape1]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.5-shape2]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.7-shape0]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.7-shape1]
sparse.tests.test_dok ‑ test_random_shape_nnz[0.7-shape2]
sparse.tests.test_dok ‑ test_set_zero
sparse.tests.test_dok ‑ test_setitem[shape0-index0-value_shape0]
sparse.tests.test_dok ‑ test_setitem[shape1-index1-value_shape1]
sparse.tests.test_dok ‑ test_setitem[shape10-index10-value_shape10]
sparse.tests.test_dok ‑ test_setitem[shape11-index11-value_shape11]
sparse.tests.test_dok ‑ test_setitem[shape12-index12-value_shape12]
sparse.tests.test_dok ‑ test_setitem[shape13-index13-value_shape13]
sparse.tests.test_dok ‑ test_setitem[shape14-index14-value_shape14]
sparse.tests.test_dok ‑ test_setitem[shape15-index15-value_shape15]
sparse.tests.test_dok ‑ test_setitem[shape16-index16-value_shape16]
sparse.tests.test_dok ‑ test_setitem[shape2-index2-value_shape2]
sparse.tests.test_dok ‑ test_setitem[shape3-1-value_shape3]
sparse.tests.test_dok ‑ test_setitem[shape4-index4-value_shape4]
sparse.tests.test_dok ‑ test_setitem[shape5-index5-value_shape5]
sparse.tests.test_dok ‑ test_setitem[shape6-index6-value_shape6]
sparse.tests.test_dok ‑ test_setitem[shape7-index7-value_shape7]
sparse.tests.test_dok ‑ test_setitem[shape8-index8-value_shape8]
sparse.tests.test_dok ‑ test_setitem[shape9-index9-value_shape9]
sparse.tests.test_dok ‑ test_setitem_delete
sparse.tests.test_dok ‑ test_setitem_index_error[shape0-index0-value_shape0]
sparse.tests.test_dok ‑ test_setitem_index_error[shape1-index1-value_shape1]
sparse.tests.test_dok ‑ test_setitem_index_error[shape2-index2-value_shape2]
sparse.tests.test_dok ‑ test_setitem_notimplemented_error[shape0-index0-value_shape0]
sparse.tests.test_dok ‑ test_setitem_value_error[shape0-index0-value_shape0]
sparse.tests.test_dok ‑ test_setitem_value_error[shape1-index1-value_shape1]
sparse.tests.test_dok ‑ test_setitem_value_error[shape2-1-value_shape2]
sparse.tests.test_dok ‑ test_zeros_like
sparse.tests.test_dot ‑ BLACK
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>0-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>1-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-1-<lambda>2-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>0-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>1-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[1-2-<lambda>2-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>0-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>1-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-1-<lambda>2-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>0-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>1-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>0-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>0-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>0-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>0-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>1-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>1-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>1-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>1-complex64-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>2-complex128-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>2-complex128-complex64]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>2-complex64-complex128]
sparse.tests.test_dot ‑ test_complex[2-2-<lambda>2-<lambda>2-complex64-complex64]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-coo-a_kwargs0-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-coo-a_kwargs0-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-coo-a_kwargs0-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-coo-a_kwargs0-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-coo-a_kwargs0-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-coo-a_kwargs0-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-coo-a_kwargs0-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-coo-a_kwargs0-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs1-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs1-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs1-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs1-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs1-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs1-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs1-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs1-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs2-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs2-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs2-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs2-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs2-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs2-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs2-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_dot[coo-b_kwargs0-gcxs-a_kwargs2-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-coo-a_kwargs0-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-coo-a_kwargs0-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-coo-a_kwargs0-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-coo-a_kwargs0-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-coo-a_kwargs0-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-coo-a_kwargs0-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-coo-a_kwargs0-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-coo-a_kwargs0-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-coo-a_kwargs0-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-coo-a_kwargs0-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-coo-a_kwargs0-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-coo-a_kwargs0-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-coo-a_kwargs0-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-coo-a_kwargs0-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-coo-a_kwargs0-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-coo-a_kwargs0-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_dot[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_dot_dense[1-1-complex128-complex128]
sparse.tests.test_dot ‑ test_dot_dense[1-1-complex128-complex64]
sparse.tests.test_dot ‑ test_dot_dense[1-1-complex64-complex128]
sparse.tests.test_dot ‑ test_dot_dense[1-1-complex64-complex64]
sparse.tests.test_dot ‑ test_dot_dense[1-2-complex128-complex128]
sparse.tests.test_dot ‑ test_dot_dense[1-2-complex128-complex64]
sparse.tests.test_dot ‑ test_dot_dense[1-2-complex64-complex128]
sparse.tests.test_dot ‑ test_dot_dense[1-2-complex64-complex64]
sparse.tests.test_dot ‑ test_dot_dense[2-1-complex128-complex128]
sparse.tests.test_dot ‑ test_dot_dense[2-1-complex128-complex64]
sparse.tests.test_dot ‑ test_dot_dense[2-1-complex64-complex128]
sparse.tests.test_dot ‑ test_dot_dense[2-1-complex64-complex64]
sparse.tests.test_dot ‑ test_dot_dense[2-2-complex128-complex128]
sparse.tests.test_dot ‑ test_dot_dense[2-2-complex128-complex64]
sparse.tests.test_dot ‑ test_dot_dense[2-2-complex64-complex128]
sparse.tests.test_dot ‑ test_dot_dense[2-2-complex64-complex64]
sparse.tests.test_dot ‑ test_dot_nocoercion
sparse.tests.test_dot ‑ test_dot_type[False-False-SparseArray]
sparse.tests.test_dot ‑ test_dot_type[False-True-ndarray]
sparse.tests.test_dot ‑ test_dot_type[True-False-ndarray]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape10-b_shape10]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape8-b_shape8]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-coo-a_kwargs0-a_shape9-b_shape9]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape10-b_shape10]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape8-b_shape8]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs1-a_shape9-b_shape9]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape10-b_shape10]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape8-b_shape8]
sparse.tests.test_dot ‑ test_matmul[coo-b_kwargs0-gcxs-a_kwargs2-a_shape9-b_shape9]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape10-b_shape10]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape8-b_shape8]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-coo-a_kwargs0-a_shape9-b_shape9]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape10-b_shape10]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape8-b_shape8]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs1-a_shape9-b_shape9]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape10-b_shape10]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape8-b_shape8]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

5560 tests found (test 4574 to 5497)

There are 5560 tests, see "Raw output" for the list of tests 4574 to 5497.
Raw output
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs1-gcxs-a_kwargs2-a_shape9-b_shape9]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape10-b_shape10]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape8-b_shape8]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-coo-a_kwargs0-a_shape9-b_shape9]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape10-b_shape10]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape8-b_shape8]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs1-a_shape9-b_shape9]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape0-b_shape0]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape1-b_shape1]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape10-b_shape10]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape2-b_shape2]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape3-b_shape3]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape4-b_shape4]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape5-b_shape5]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape6-b_shape6]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape7-b_shape7]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape8-b_shape8]
sparse.tests.test_dot ‑ test_matmul[gcxs-b_kwargs2-gcxs-a_kwargs2-a_shape9-b_shape9]
sparse.tests.test_dot ‑ test_matmul_errors
sparse.tests.test_dot ‑ test_matmul_nan_warnings[a0-b0]
sparse.tests.test_dot ‑ test_matmul_nan_warnings[a1-b1]
sparse.tests.test_dot ‑ test_matmul_nan_warnings[a2-b2]
sparse.tests.test_dot ‑ test_matmul_nan_warnings[a3-b3]
sparse.tests.test_dot ‑ test_small_values[<lambda>0-<lambda>0]
sparse.tests.test_dot ‑ test_small_values[<lambda>0-<lambda>1]
sparse.tests.test_dot ‑ test_small_values[<lambda>0-<lambda>2]
sparse.tests.test_dot ‑ test_small_values[<lambda>1-<lambda>0]
sparse.tests.test_dot ‑ test_small_values[<lambda>1-<lambda>1]
sparse.tests.test_dot ‑ test_small_values[<lambda>1-<lambda>2]
sparse.tests.test_dot ‑ test_small_values[<lambda>2-<lambda>0]
sparse.tests.test_dot ‑ test_small_values[<lambda>2-<lambda>1]
sparse.tests.test_dot ‑ test_small_values[<lambda>2-<lambda>2]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape0-b_shape0-axes0]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape1-b_shape1-axes1]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape2-b_shape2-axes2]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape3-b_shape3-axes3]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape4-b_shape4-axes4]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape5-b_shape5-axes5]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape6-b_shape6-axes6]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape7-b_shape7-axes7]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape8-b_shape8-axes8]
sparse.tests.test_dot ‑ test_tensordot[coo-coo-a_shape9-b_shape9-0]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape0-b_shape0-axes0]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape1-b_shape1-axes1]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape2-b_shape2-axes2]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape3-b_shape3-axes3]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape4-b_shape4-axes4]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape5-b_shape5-axes5]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape6-b_shape6-axes6]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape7-b_shape7-axes7]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape8-b_shape8-axes8]
sparse.tests.test_dot ‑ test_tensordot[coo-gcxs-a_shape9-b_shape9-0]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape0-b_shape0-axes0]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape1-b_shape1-axes1]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape2-b_shape2-axes2]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape3-b_shape3-axes3]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape4-b_shape4-axes4]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape5-b_shape5-axes5]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape6-b_shape6-axes6]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape7-b_shape7-axes7]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape8-b_shape8-axes8]
sparse.tests.test_dot ‑ test_tensordot[gcxs-coo-a_shape9-b_shape9-0]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape0-b_shape0-axes0]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape1-b_shape1-axes1]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape2-b_shape2-axes2]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape3-b_shape3-axes3]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape4-b_shape4-axes4]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape5-b_shape5-axes5]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape6-b_shape6-axes6]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape7-b_shape7-axes7]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape8-b_shape8-axes8]
sparse.tests.test_dot ‑ test_tensordot[gcxs-gcxs-a_shape9-b_shape9-0]
sparse.tests.test_dot ‑ test_tensordot_empty
sparse.tests.test_dot ‑ test_tensordot_valueerror
sparse.tests.test_einsum ‑ BLACK
sparse.tests.test_einsum ‑ test_einsum[0.1-,,->]
sparse.tests.test_einsum ‑ test_einsum[0.1-,ab,->ab]
sparse.tests.test_einsum ‑ test_einsum[0.1-...ab,...ab]
sparse.tests.test_einsum ‑ test_einsum[0.1-...ab,...b->...a]
sparse.tests.test_einsum ‑ test_einsum[0.1-a,->a]
sparse.tests.test_einsum ‑ test_einsum[0.1-a,ab,abc->abc]
sparse.tests.test_einsum ‑ test_einsum[0.1-a,b,ab->ab]
sparse.tests.test_einsum ‑ test_einsum[0.1-a...,a...0]
sparse.tests.test_einsum ‑ test_einsum[0.1-a...,a...1]
sparse.tests.test_einsum ‑ test_einsum[0.1-aab,bc->ac]
sparse.tests.test_einsum ‑ test_einsum[0.1-aab,bcc->ac]
sparse.tests.test_einsum ‑ test_einsum[0.1-aab,ccb->ac]
sparse.tests.test_einsum ‑ test_einsum[0.1-aab,fa,df,ecc->bde]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,->ab]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,ab,c->]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,ab,c->c]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,ab,cd,cd,ef,ef->]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,ab,cd,cd->]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,ab,cd,cd->ac]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,ab,cd,cd->cd]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,ab]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,ba]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,bc]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,bcc->ac]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,bcd,cd->abcd]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,bcd,cd->abd]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,cb]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,cd,de->abcde]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,cd,de->be]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,cd,ef->abcdef]
sparse.tests.test_einsum ‑ test_einsum[0.1-ab,cd,ef->acdf]
sparse.tests.test_einsum ‑ test_einsum[0.1-abab->ba]
sparse.tests.test_einsum ‑ test_einsum[0.1-abc,abc]
sparse.tests.test_einsum ‑ test_einsum[0.1-abc,bac]
sparse.tests.test_einsum ‑ test_einsum[0.1-abc,cba]
sparse.tests.test_einsum ‑ test_einsum[0.1-abcd,ab]
sparse.tests.test_einsum ‑ test_einsum[0.1-abcd,ad]
sparse.tests.test_einsum ‑ test_einsum[0.1-abcd,cd]
sparse.tests.test_einsum ‑ test_einsum[0.1-abcd,cdef->feba]
sparse.tests.test_einsum ‑ test_einsum[0.1-abcd,cdef]
sparse.tests.test_einsum ‑ test_einsum[0.1-abcd,ea,fb,gc,hd->efgh]
sparse.tests.test_einsum ‑ test_einsum[0.1-abcd,efdc]
sparse.tests.test_einsum ‑ test_einsum[0.1-abhe,hidj,jgba,hiab,gab]
sparse.tests.test_einsum ‑ test_einsum[0.1-acdf,jbje,gihb,hfac,gfac,gifabc,hfac]
sparse.tests.test_einsum ‑ test_einsum[0.1-adb,bc,fa,cfc->d]
sparse.tests.test_einsum ‑ test_einsum[0.1-aef,fbc,dca->bde]
sparse.tests.test_einsum ‑ test_einsum[0.1-afd,ba,cc,dc->bf]
sparse.tests.test_einsum ‑ test_einsum[0.1-ba,bc]
sparse.tests.test_einsum ‑ test_einsum[0.1-ba,cb]
sparse.tests.test_einsum ‑ test_einsum[0.1-baa,bcc->ac]
sparse.tests.test_einsum ‑ test_einsum[0.1-baa,dcf,af,cde->be]
sparse.tests.test_einsum ‑ test_einsum[0.1-bb,ff,be->e]
sparse.tests.test_einsum ‑ test_einsum[0.1-bbd,bda,fc,db->acf]
sparse.tests.test_einsum ‑ test_einsum[0.1-bca,cdb,dbf,afc->]
sparse.tests.test_einsum ‑ test_einsum[0.1-bcb,bb,fc,fff->]
sparse.tests.test_einsum ‑ test_einsum[0.1-bcf,bbb,fbf,fc->]
sparse.tests.test_einsum ‑ test_einsum[0.1-bd,db,eac->ace]
sparse.tests.test_einsum ‑ test_einsum[0.1-bde,cdh,agdb,hica,ibd,hgicd,hiac]
sparse.tests.test_einsum ‑ test_einsum[0.1-bdhe,acad,hiab,agac,hibd]
sparse.tests.test_einsum ‑ test_einsum[0.1-cd,bdhe,aidb,hgca,gc,hgibcd,hgac]
sparse.tests.test_einsum ‑ test_einsum[0.1-chd,bde,agbc,hiad,bdi,cgh,agdb]
sparse.tests.test_einsum ‑ test_einsum[0.1-chd,bde,agbc,hiad,hgc,hgi,hiad]
sparse.tests.test_einsum ‑ test_einsum[0.1-dba,ead,cad->bce]
sparse.tests.test_einsum ‑ test_einsum[0.1-dcc,fce,ea,dbf->ab]
sparse.tests.test_einsum ‑ test_einsum[0.1-dd,fb,be,cdb->cef]
sparse.tests.test_einsum ‑ test_einsum[0.1-ea,fb,abcd,gc,hd->efgh]
sparse.tests.test_einsum ‑ test_einsum[0.1-ea,fb,gc,hd,abcd->efgh]
sparse.tests.test_einsum ‑ test_einsum[0.1-eb,cb,fb->cef]
sparse.tests.test_einsum ‑ test_einsum[0.1-ecb,fef,bad,ed->ac]
sparse.tests.test_einsum ‑ test_einsum[0.1-ed,fcd,ff,bcf->be]
sparse.tests.test_einsum ‑ test_einsum[0.1-efc,dbc,acf,fd->abe]
sparse.tests.test_einsum ‑ test_einsum[0.1-fbb,dfd,fc,fc->]
sparse.tests.test_einsum ‑ test_einsum[0.1-fdf,cdd,ccd,afe->ae]
sparse.tests.test_einsum ‑ test_einsum[0.1-fff,fae,bef,def->abd]
sparse.tests.test_einsum ‑ test_einsum[1.0-,,->]
sparse.tests.test_einsum ‑ test_einsum[1.0-,ab,->ab]
sparse.tests.test_einsum ‑ test_einsum[1.0-...ab,...ab]
sparse.tests.test_einsum ‑ test_einsum[1.0-...ab,...b->...a]
sparse.tests.test_einsum ‑ test_einsum[1.0-a,->a]
sparse.tests.test_einsum ‑ test_einsum[1.0-a,ab,abc->abc]
sparse.tests.test_einsum ‑ test_einsum[1.0-a,b,ab->ab]
sparse.tests.test_einsum ‑ test_einsum[1.0-a...,a...0]
sparse.tests.test_einsum ‑ test_einsum[1.0-a...,a...1]
sparse.tests.test_einsum ‑ test_einsum[1.0-aab,bc->ac]
sparse.tests.test_einsum ‑ test_einsum[1.0-aab,bcc->ac]
sparse.tests.test_einsum ‑ test_einsum[1.0-aab,ccb->ac]
sparse.tests.test_einsum ‑ test_einsum[1.0-aab,fa,df,ecc->bde]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,->ab]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,ab,c->]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,ab,c->c]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,ab,cd,cd,ef,ef->]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,ab,cd,cd->]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,ab,cd,cd->ac]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,ab,cd,cd->cd]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,ab]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,ba]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,bc]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,bcc->ac]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,bcd,cd->abcd]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,bcd,cd->abd]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,cb]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,cd,de->abcde]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,cd,de->be]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,cd,ef->abcdef]
sparse.tests.test_einsum ‑ test_einsum[1.0-ab,cd,ef->acdf]
sparse.tests.test_einsum ‑ test_einsum[1.0-abab->ba]
sparse.tests.test_einsum ‑ test_einsum[1.0-abc,abc]
sparse.tests.test_einsum ‑ test_einsum[1.0-abc,bac]
sparse.tests.test_einsum ‑ test_einsum[1.0-abc,cba]
sparse.tests.test_einsum ‑ test_einsum[1.0-abcd,ab]
sparse.tests.test_einsum ‑ test_einsum[1.0-abcd,ad]
sparse.tests.test_einsum ‑ test_einsum[1.0-abcd,cd]
sparse.tests.test_einsum ‑ test_einsum[1.0-abcd,cdef->feba]
sparse.tests.test_einsum ‑ test_einsum[1.0-abcd,cdef]
sparse.tests.test_einsum ‑ test_einsum[1.0-abcd,ea,fb,gc,hd->efgh]
sparse.tests.test_einsum ‑ test_einsum[1.0-abcd,efdc]
sparse.tests.test_einsum ‑ test_einsum[1.0-abhe,hidj,jgba,hiab,gab]
sparse.tests.test_einsum ‑ test_einsum[1.0-acdf,jbje,gihb,hfac,gfac,gifabc,hfac]
sparse.tests.test_einsum ‑ test_einsum[1.0-adb,bc,fa,cfc->d]
sparse.tests.test_einsum ‑ test_einsum[1.0-aef,fbc,dca->bde]
sparse.tests.test_einsum ‑ test_einsum[1.0-afd,ba,cc,dc->bf]
sparse.tests.test_einsum ‑ test_einsum[1.0-ba,bc]
sparse.tests.test_einsum ‑ test_einsum[1.0-ba,cb]
sparse.tests.test_einsum ‑ test_einsum[1.0-baa,bcc->ac]
sparse.tests.test_einsum ‑ test_einsum[1.0-baa,dcf,af,cde->be]
sparse.tests.test_einsum ‑ test_einsum[1.0-bb,ff,be->e]
sparse.tests.test_einsum ‑ test_einsum[1.0-bbd,bda,fc,db->acf]
sparse.tests.test_einsum ‑ test_einsum[1.0-bca,cdb,dbf,afc->]
sparse.tests.test_einsum ‑ test_einsum[1.0-bcb,bb,fc,fff->]
sparse.tests.test_einsum ‑ test_einsum[1.0-bcf,bbb,fbf,fc->]
sparse.tests.test_einsum ‑ test_einsum[1.0-bd,db,eac->ace]
sparse.tests.test_einsum ‑ test_einsum[1.0-bde,cdh,agdb,hica,ibd,hgicd,hiac]
sparse.tests.test_einsum ‑ test_einsum[1.0-bdhe,acad,hiab,agac,hibd]
sparse.tests.test_einsum ‑ test_einsum[1.0-cd,bdhe,aidb,hgca,gc,hgibcd,hgac]
sparse.tests.test_einsum ‑ test_einsum[1.0-chd,bde,agbc,hiad,bdi,cgh,agdb]
sparse.tests.test_einsum ‑ test_einsum[1.0-chd,bde,agbc,hiad,hgc,hgi,hiad]
sparse.tests.test_einsum ‑ test_einsum[1.0-dba,ead,cad->bce]
sparse.tests.test_einsum ‑ test_einsum[1.0-dcc,fce,ea,dbf->ab]
sparse.tests.test_einsum ‑ test_einsum[1.0-dd,fb,be,cdb->cef]
sparse.tests.test_einsum ‑ test_einsum[1.0-ea,fb,abcd,gc,hd->efgh]
sparse.tests.test_einsum ‑ test_einsum[1.0-ea,fb,gc,hd,abcd->efgh]
sparse.tests.test_einsum ‑ test_einsum[1.0-eb,cb,fb->cef]
sparse.tests.test_einsum ‑ test_einsum[1.0-ecb,fef,bad,ed->ac]
sparse.tests.test_einsum ‑ test_einsum[1.0-ed,fcd,ff,bcf->be]
sparse.tests.test_einsum ‑ test_einsum[1.0-efc,dbc,acf,fd->abe]
sparse.tests.test_einsum ‑ test_einsum[1.0-fbb,dfd,fc,fc->]
sparse.tests.test_einsum ‑ test_einsum[1.0-fdf,cdd,ccd,afe->ae]
sparse.tests.test_einsum ‑ test_einsum[1.0-fff,fae,bef,def->abd]
sparse.tests.test_einsum ‑ test_einsum_format[formats0-coo]
sparse.tests.test_einsum ‑ test_einsum_format[formats1-dok]
sparse.tests.test_einsum ‑ test_einsum_format[formats10-dok]
sparse.tests.test_einsum ‑ test_einsum_format[formats11-gcxs]
sparse.tests.test_einsum ‑ test_einsum_format[formats12-gcxs]
sparse.tests.test_einsum ‑ test_einsum_format[formats13-dense]
sparse.tests.test_einsum ‑ test_einsum_format[formats14-coo]
sparse.tests.test_einsum ‑ test_einsum_format[formats2-gcxs]
sparse.tests.test_einsum ‑ test_einsum_format[formats3-dense]
sparse.tests.test_einsum ‑ test_einsum_format[formats4-coo]
sparse.tests.test_einsum ‑ test_einsum_format[formats5-coo]
sparse.tests.test_einsum ‑ test_einsum_format[formats6-coo]
sparse.tests.test_einsum ‑ test_einsum_format[formats7-coo]
sparse.tests.test_einsum ‑ test_einsum_format[formats8-coo]
sparse.tests.test_einsum ‑ test_einsum_format[formats9-dok]
sparse.tests.test_einsum ‑ test_einsum_input_fill_value
sparse.tests.test_einsum ‑ test_einsum_invalid_input[.i...]
sparse.tests.test_einsum ‑ test_einsum_invalid_input[a+b->c]
sparse.tests.test_einsum ‑ test_einsum_invalid_input[a,a->->]
sparse.tests.test_einsum ‑ test_einsum_invalid_input[a..,a...]
sparse.tests.test_einsum ‑ test_einsum_invalid_input[i->&]
sparse.tests.test_einsum ‑ test_einsum_invalid_input[i->ij]
sparse.tests.test_einsum ‑ test_einsum_invalid_input[ij->jij]
sparse.tests.test_einsum ‑ test_einsum_no_input
sparse.tests.test_einsum ‑ test_einsum_nosubscript[0.1-input0]
sparse.tests.test_einsum ‑ test_einsum_nosubscript[0.1-input1]
sparse.tests.test_einsum ‑ test_einsum_nosubscript[0.1-input2]
sparse.tests.test_einsum ‑ test_einsum_nosubscript[0.1-input3]
sparse.tests.test_einsum ‑ test_einsum_nosubscript[1.0-input0]
sparse.tests.test_einsum ‑ test_einsum_nosubscript[1.0-input1]
sparse.tests.test_einsum ‑ test_einsum_nosubscript[1.0-input2]
sparse.tests.test_einsum ‑ test_einsum_nosubscript[1.0-input3]
sparse.tests.test_einsum ‑ test_einsum_shape_check
sparse.tests.test_einsum ‑ test_einsum_type_error[0]
sparse.tests.test_einsum ‑ test_einsum_type_error[subscript1]
sparse.tests.test_elemwise ‑ BLACK
sparse.tests.test_elemwise ‑ test_binary_bitshift_densification_fails[shape0-lshift]
sparse.tests.test_elemwise ‑ test_binary_bitshift_densification_fails[shape0-rshift]
sparse.tests.test_elemwise ‑ test_binary_bitshift_densification_fails[shape1-lshift]
sparse.tests.test_elemwise ‑ test_binary_bitshift_densification_fails[shape1-rshift]
sparse.tests.test_elemwise ‑ test_binary_bitshift_densification_fails[shape2-lshift]
sparse.tests.test_elemwise ‑ test_binary_bitshift_densification_fails[shape2-rshift]
sparse.tests.test_elemwise ‑ test_binary_bitshift_densification_fails[shape3-lshift]
sparse.tests.test_elemwise ‑ test_binary_bitshift_densification_fails[shape3-rshift]
sparse.tests.test_elemwise ‑ test_binary_bitwise_nonzero_output_fv[shape0-or_]
sparse.tests.test_elemwise ‑ test_binary_bitwise_nonzero_output_fv[shape0-xor]
sparse.tests.test_elemwise ‑ test_binary_bitwise_nonzero_output_fv[shape1-or_]
sparse.tests.test_elemwise ‑ test_binary_bitwise_nonzero_output_fv[shape1-xor]
sparse.tests.test_elemwise ‑ test_binary_bitwise_nonzero_output_fv[shape2-or_]
sparse.tests.test_elemwise ‑ test_binary_bitwise_nonzero_output_fv[shape2-xor]
sparse.tests.test_elemwise ‑ test_binary_bitwise_nonzero_output_fv[shape3-or_]
sparse.tests.test_elemwise ‑ test_binary_bitwise_nonzero_output_fv[shape3-xor]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape10-shape20-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape10-shape20-mul]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape11-shape21-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape11-shape21-mul]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape12-shape22-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape12-shape22-mul]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape13-shape23-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape13-shape23-mul]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape14-shape24-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape14-shape24-mul]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape15-shape25-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape15-shape25-mul]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape16-shape26-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape16-shape26-mul]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape17-shape27-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape17-shape27-mul]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape18-shape28-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape18-shape28-mul]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape19-shape29-add]
sparse.tests.test_elemwise ‑ test_binary_broadcasting[shape19-shape29-mul]
sparse.tests.test_elemwise ‑ test_bitshift_binary[shape0-lshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary[shape0-rshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary[shape1-lshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary[shape1-rshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary[shape2-lshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary[shape2-rshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary[shape3-lshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary[shape3-rshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary_inplace[shape0-ilshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary_inplace[shape0-irshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary_inplace[shape1-ilshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary_inplace[shape1-irshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary_inplace[shape2-ilshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary_inplace[shape2-irshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary_inplace[shape3-ilshift]
sparse.tests.test_elemwise ‑ test_bitshift_binary_inplace[shape3-irshift]
sparse.tests.test_elemwise ‑ test_bitshift_scalar[shape0-lshift]
sparse.tests.test_elemwise ‑ test_bitshift_scalar[shape0-rshift]
sparse.tests.test_elemwise ‑ test_bitshift_scalar[shape1-lshift]
sparse.tests.test_elemwise ‑ test_bitshift_scalar[shape1-rshift]
sparse.tests.test_elemwise ‑ test_bitshift_scalar[shape2-lshift]
sparse.tests.test_elemwise ‑ test_bitshift_scalar[shape2-rshift]
sparse.tests.test_elemwise ‑ test_bitshift_scalar[shape3-lshift]
sparse.tests.test_elemwise ‑ test_bitshift_scalar[shape3-rshift]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape0-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape0-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape0-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape1-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape1-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape1-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape2-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape2-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape2-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape3-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape3-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[COO-shape3-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape0-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape0-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape0-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape1-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape1-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape1-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape2-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape2-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape2-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape3-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape3-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[DOK-shape3-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape0-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape0-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape0-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape1-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape1-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape1-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape2-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape2-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape2-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape3-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape3-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary[GCXS-shape3-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape0-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape0-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape0-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape1-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape1-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape1-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape2-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape2-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape2-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape3-and_]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape3-or_]
sparse.tests.test_elemwise ‑ test_bitwise_binary_bool[shape3-xor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape0-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape0-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape0-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape1-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape1-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape1-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape2-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape2-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape2-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape3-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape3-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[COO-shape3-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape0-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape0-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape0-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape1-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape1-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape1-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape2-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape2-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape2-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape3-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape3-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[DOK-shape3-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape0-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape0-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape0-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape1-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape1-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape1-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape2-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape2-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape2-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape3-iand]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape3-ior]
sparse.tests.test_elemwise ‑ test_bitwise_binary_inplace[GCXS-shape3-ixor]
sparse.tests.test_elemwise ‑ test_bitwise_scalar[shape0-and_]
sparse.tests.test_elemwise ‑ test_bitwise_scalar[shape1-and_]
sparse.tests.test_elemwise ‑ test_bitwise_scalar[shape2-and_]
sparse.tests.test_elemwise ‑ test_bitwise_scalar[shape3-and_]
sparse.tests.test_elemwise ‑ test_broadcast_to[shape10-shape20]
sparse.tests.test_elemwise ‑ test_broadcast_to[shape11-shape21]
sparse.tests.test_elemwise ‑ test_broadcast_to[shape12-shape22]
sparse.tests.test_elemwise ‑ test_dense_broadcasting
sparse.tests.test_elemwise ‑ test_elemwise[COO-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise[COO-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise[COO-abs]
sparse.tests.test_elemwise ‑ test_elemwise[COO-ceil]
sparse.tests.test_elemwise ‑ test_elemwise[COO-conjugate0]
sparse.tests.test_elemwise ‑ test_elemwise[COO-conjugate1]
sparse.tests.test_elemwise ‑ test_elemwise[COO-conjugate2]
sparse.tests.test_elemwise ‑ test_elemwise[COO-expm1]
sparse.tests.test_elemwise ‑ test_elemwise[COO-floor]
sparse.tests.test_elemwise ‑ test_elemwise[COO-log1p]
sparse.tests.test_elemwise ‑ test_elemwise[COO-rint]
sparse.tests.test_elemwise ‑ test_elemwise[COO-round_]
sparse.tests.test_elemwise ‑ test_elemwise[COO-sin]
sparse.tests.test_elemwise ‑ test_elemwise[COO-sinh]
sparse.tests.test_elemwise ‑ test_elemwise[COO-sqrt]
sparse.tests.test_elemwise ‑ test_elemwise[COO-tan]
sparse.tests.test_elemwise ‑ test_elemwise[COO-tanh]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-abs]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-ceil]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-conjugate0]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-conjugate1]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-conjugate2]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-expm1]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-floor]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-log1p]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-rint]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-round_]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-sin]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-sinh]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-sqrt]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-tan]
sparse.tests.test_elemwise ‑ test_elemwise[DOK-tanh]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-abs]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-ceil]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-conjugate0]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-conjugate1]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-conjugate2]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-expm1]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-floor]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-log1p]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-rint]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-round_]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-sin]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-sinh]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-sqrt]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-tan]
sparse.tests.test_elemwise ‑ test_elemwise[GCXS-tanh]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape0-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape0-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape0-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape0-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape0-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape0-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape1-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape1-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape1-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape1-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape1-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape1-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape2-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape2-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape2-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape2-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape2-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape2-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape3-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape3-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape3-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape3-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape3-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[COO-shape3-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape0-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape0-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape0-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape0-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape0-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape0-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape1-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape1-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape1-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape1-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape1-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape1-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape2-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape2-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape2-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape2-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape2-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape2-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape3-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape3-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape3-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape3-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape3-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[DOK-shape3-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape0-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape0-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape0-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape0-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape0-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape0-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape1-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape1-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape1-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape1-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape1-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape1-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape2-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape2-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape2-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape2-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape2-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape2-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape3-add]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape3-gt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape3-lt]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape3-mul]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape3-ne]
sparse.tests.test_elemwise ‑ test_elemwise_binary[GCXS-shape3-sub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_empty
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape0-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape0-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape0-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape1-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape1-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape1-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape2-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape2-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape2-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape3-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape3-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[COO-shape3-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape0-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape0-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape0-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape1-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape1-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape1-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape2-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape2-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape2-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape3-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape3-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[DOK-shape3-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape0-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape0-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape0-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape1-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape1-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape1-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape2-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape2-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape2-isub]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape3-iadd]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape3-imul]
sparse.tests.test_elemwise ‑ test_elemwise_binary_inplace[GCXS-shape3-isub]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-<lambda>]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-ceil]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-conjugate0]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-conjugate1]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-conjugate2]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-expm1]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-floor]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-log1p]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-rint]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-round_]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-sin]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-sinh]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-sqrt]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-tan]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[COO-tanh]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-<lambda>]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-ceil]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-conjugate0]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-conjugate1]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-conjugate2]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-expm1]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-floor]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-log1p]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-rint]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-round_]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-sin]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-sinh]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-sqrt]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-tan]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[DOK-tanh]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-<lambda>]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-ceil]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-conjugate0]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-conjugate1]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-conjugate2]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-expm1]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-floor]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-log1p]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-rint]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-round_]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-sin]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-sinh]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-sqrt]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-tan]
sparse.tests.test_elemwise ‑ test_elemwise_inplace[GCXS-tanh]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape10-shape20]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape11-shape21]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape12-shape22]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape13-shape23]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape14-shape24]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape15-shape25]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape16-shape26]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape17-shape27]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape18-shape28]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[COO-shape19-shape29]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape10-shape20]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape11-shape21]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape12-shape22]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape13-shape23]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape14-shape24]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape15-shape25]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape16-shape26]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape17-shape27]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape18-shape28]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[DOK-shape19-shape29]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape10-shape20]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape11-shape21]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape12-shape22]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape13-shape23]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape14-shape24]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape15-shape25]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape16-shape26]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape17-shape27]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape18-shape28]
sparse.tests.test_elemwise ‑ test_elemwise_mixed[GCXS-shape19-shape29]
sparse.tests.test_elemwise ‑ test_elemwise_mixed_broadcast[COO]
sparse.tests.test_elemwise ‑ test_elemwise_mixed_broadcast[DOK]
sparse.tests.test_elemwise ‑ test_elemwise_mixed_broadcast[GCXS]
sparse.tests.test_elemwise ‑ test_elemwise_mixed_empty[COO]
sparse.tests.test_elemwise ‑ test_elemwise_mixed_empty[DOK]
sparse.tests.test_elemwise ‑ test_elemwise_mixed_empty[GCXS]
sparse.tests.test_elemwise ‑ test_elemwise_noargs
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape0-add]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape0-gt]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape0-lt]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape0-mul]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape0-ne]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape0-sub]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape1-add]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape1-gt]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape1-lt]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape1-mul]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape1-ne]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape1-sub]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape2-add]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape2-gt]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape2-lt]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape2-mul]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape2-ne]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape2-sub]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape3-add]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape3-gt]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape3-lt]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape3-mul]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape3-ne]
sparse.tests.test_elemwise ‑ test_elemwise_nonzero_input_fv[shape3-sub]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-add-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-eq-1]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-floordiv-4]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-ge-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-gt-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-le--3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-lt--5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-mod-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-mul-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-ne-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-pow-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-sub-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-False-truediv-3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-add-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-eq-1]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-floordiv-4]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-ge-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-gt-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-le--3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-lt--5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-mod-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-mul-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-ne-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-pow-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-sub-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[COO-True-truediv-3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-add-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-eq-1]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-floordiv-4]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-ge-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-gt-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-le--3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-lt--5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-mod-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-mul-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-ne-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-pow-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-sub-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-False-truediv-3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-add-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-eq-1]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-floordiv-4]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-ge-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-gt-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-le--3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-lt--5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-mod-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-mul-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-ne-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-pow-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-sub-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[DOK-True-truediv-3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-add-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-eq-1]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-floordiv-4]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-ge-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-gt-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-le--3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-lt--5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-mod-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-mul-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-ne-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-pow-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-sub-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-False-truediv-3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-add-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-eq-1]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-floordiv-4]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-ge-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-gt-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-le--3]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-lt--5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-mod-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-mul-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-ne-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-pow-5]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-sub-0]
sparse.tests.test_elemwise ‑ test_elemwise_scalar[GCXS-True-truediv-3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape0-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape0-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape0-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape0-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape1-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape1-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape1-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape1-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape2-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape2-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape2-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape2-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape3-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape3-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape3-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats0-shape3-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape0-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape0-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape0-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape0-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape1-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape1-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape1-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape1-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape2-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape2-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape2-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape2-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape3-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape3-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape3-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats1-shape3-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape0-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape0-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape0-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape0-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape1-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape1-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape1-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape1-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape2-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape2-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape2-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape2-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape3-<lambda>0]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape3-<lambda>1]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape3-<lambda>2]
sparse.tests.test_elemwise ‑ test_elemwise_trinary[formats2-shape3-<lambda>3]
sparse.tests.test_elemwise ‑ test_elemwise_unsupported[COO]
sparse.tests.test_elemwise ‑ test_elemwise_unsupported[DOK]
sparse.tests.test_elemwise ‑ test_elemwise_unsupported[GCXS]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[False-add-0]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[False-eq-1]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[False-ge--5]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[False-gt--5]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[False-le-3]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[False-lt-5]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[False-mul-5]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[False-ne-0]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[False-sub-0]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[True-add-0]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[True-eq-1]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[True-ge--5]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[True-gt--5]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[True-le-3]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[True-lt-5]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[True-mul-5]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[True-ne-0]
sparse.tests.test_elemwise ‑ test_leftside_elemwise_scalar[True-sub-0]
sparse.tests.test_elemwise ‑ test_nanmean_regression[complex128]
sparse.tests.test_elemwise ‑ test_nanmean_regression[complex64]
sparse.tests.test_elemwise ‑ test_ndarray_densification_fails
sparse.tests.test_elemwise ‑ test_no_deprecation_warning
sparse.tests.test_elemwise ‑ test_no_out_upcast
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[COO-eq]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[COO-floordiv]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[COO-ge]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[COO-le]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[COO-mod]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[COO-pow]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[COO-truediv]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[DOK-eq]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[DOK-floordiv]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[DOK-ge]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[DOK-le]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[DOK-mod]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[DOK-pow]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[DOK-truediv]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[GCXS-eq]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[GCXS-floordiv]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[GCXS-ge]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[GCXS-le]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[GCXS-mod]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[GCXS-pow]
sparse.tests.test_elemwise ‑ test_nonzero_outout_fv_ufunc[GCXS-truediv]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[add-5]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[eq-0]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[floordiv-0]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[ge--3]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[gt--5]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[le-3]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[lt-5]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[ne-1]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[pow--3]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[sub--5]
sparse.tests.test_elemwise ‑ test_scalar_output_nonzero_fv[truediv-0]
sparse.tests.test_elemwise ‑ test_sparse_broadcasting
sparse.tests.test_elemwise ‑ test_sparsearray_elemwise[coo]
sparse.tests.test_elemwise ‑ test_sparsearray_elemwise[dok]
sparse.tests.test_elemwise ‑ test_sparsearray_elemwise[gcxs]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>0-shapes0]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>0-shapes1]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>0-shapes2]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>0-shapes3]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>0-shapes4]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>0-shapes5]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>0-shapes6]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>0-shapes7]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>1-shapes0]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>1-shapes1]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>1-shapes2]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>1-shapes3]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>1-shapes4]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>1-shapes5]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>1-shapes6]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>1-shapes7]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>2-shapes0]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>2-shapes1]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>2-shapes2]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>2-shapes3]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>2-shapes4]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>2-shapes5]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>2-shapes6]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>2-shapes7]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>3-shapes0]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>3-shapes1]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>3-shapes2]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>3-shapes3]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>3-shapes4]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>3-shapes5]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>3-shapes6]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>3-shapes7]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>4-shapes0]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>4-shapes1]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>4-shapes2]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>4-shapes3]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>4-shapes4]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>4-shapes5]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>4-shapes6]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>4-shapes7]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>5-shapes0]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>5-shapes1]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>5-shapes2]

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

5560 tests found (test 5498 to 5560)

There are 5560 tests, see "Raw output" for the list of tests 5498 to 5560.
Raw output
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>5-shapes3]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>5-shapes4]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>5-shapes5]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>5-shapes6]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting[<lambda>5-shapes7]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25--inf-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25--inf-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25--inf-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25--inf-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25-inf-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25-inf-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25-inf-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25-inf-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25-nan-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25-nan-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25-nan-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.25-nan-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5--inf-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5--inf-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5--inf-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5--inf-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5-inf-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5-inf-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5-inf-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5-inf-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5-nan-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5-nan-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5-nan-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.5-nan-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75--inf-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75--inf-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75--inf-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75--inf-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75-inf-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75-inf-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75-inf-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75-inf-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75-nan-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75-nan-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75-nan-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[0.75-nan-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0--inf-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0--inf-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0--inf-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0--inf-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0-inf-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0-inf-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0-inf-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0-inf-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0-nan-shapes0-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0-nan-shapes1-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0-nan-shapes2-<lambda>]
sparse.tests.test_elemwise ‑ test_trinary_broadcasting_pathological[1.0-nan-shapes3-<lambda>]
sparse.tests.test_elemwise ‑ test_unary_bitwise_nonzero_output_fv[shape0-invert]
sparse.tests.test_elemwise ‑ test_unary_bitwise_nonzero_output_fv[shape1-invert]
sparse.tests.test_elemwise ‑ test_unary_bitwise_nonzero_output_fv[shape2-invert]
sparse.tests.test_elemwise ‑ test_unary_bitwise_nonzero_output_fv[shape3-invert]
sparse.tests.test_io ‑ BLACK
sparse.tests.test_io ‑ test_load_wrong_format_exception
sparse.tests.test_io ‑ test_save_load_npz_file[coo-False]
sparse.tests.test_io ‑ test_save_load_npz_file[coo-True]
sparse.tests.test_io ‑ test_save_load_npz_file[gcxs-False]
sparse.tests.test_io ‑ test_save_load_npz_file[gcxs-True]