File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 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
134134array_api_tests/test_data_type_functions.py::test_broadcast_to
135135array_api_tests/test_data_type_functions.py::test_isdtype
136136array_api_tests/test_data_type_functions.py::test_result_type
137- # TODO: check error
137+
138138array_api_tests/test_data_type_functions.py::test_finfo[Float32]
139139
140140# test_has_names
@@ -327,14 +327,3 @@ array_api_tests/test_special_cases.py::test_nan_propagation[var]
327327
328328# not implemented
329329array_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 = [
3838]
3939tox = [" sparse[tests]" , " tox" ]
4040all = [" sparse[docs,tox]" , " matrepr" ]
41- finch = [" finch-tensor>=0.1.24 " ]
41+ finch = [" finch-tensor>=0.1.25 " ]
4242
4343[project .urls ]
4444Documentation = " https://sparse.pydata.org/"
You can’t perform that action at this time.
0 commit comments