File tree 2 files changed +2
-13
lines changed
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ array_api_tests/test_data_type_functions.py::test_broadcast_arrays
134
134
array_api_tests/test_data_type_functions.py::test_broadcast_to
135
135
array_api_tests/test_data_type_functions.py::test_isdtype
136
136
array_api_tests/test_data_type_functions.py::test_result_type
137
- # TODO: check error
137
+
138
138
array_api_tests/test_data_type_functions.py::test_finfo[Float32]
139
139
140
140
# test_has_names
@@ -327,14 +327,3 @@ array_api_tests/test_special_cases.py::test_nan_propagation[var]
327
327
328
328
# not implemented
329
329
array_api_tests/test_statistical_functions.py::test_mean
330
- # TODO: check errors
331
- array_api_tests/test_statistical_functions.py::test_max
332
- array_api_tests/test_statistical_functions.py::test_min
333
- array_api_tests/test_statistical_functions.py::test_sum
334
- array_api_tests/test_statistical_functions.py::test_prod
335
-
336
- # test_utility_functions
337
-
338
- # TODO: check errors
339
- array_api_tests/test_utility_functions.py::test_all
340
- array_api_tests/test_utility_functions.py::test_any
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ tests = [
38
38
]
39
39
tox = [" sparse[tests]" , " tox" ]
40
40
all = [" sparse[docs,tox]" , " matrepr" ]
41
- finch = [" finch-tensor>=0.1.24 " ]
41
+ finch = [" finch-tensor>=0.1.25 " ]
42
42
43
43
[project .urls ]
44
44
Documentation = " https://sparse.pydata.org/"
You can’t perform that action at this time.
0 commit comments