Skip to content

Commit 3e1616b

Browse files
authored
Merge pull request #693 from pydata/upgrade-finch-tensor
Upgrade `finch-tensor`
2 parents 40bde68 + 04c39c7 commit 3e1616b

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

ci/Finch-array-api-xfails.txt

+1-12
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ array_api_tests/test_data_type_functions.py::test_broadcast_arrays
134134
array_api_tests/test_data_type_functions.py::test_broadcast_to
135135
array_api_tests/test_data_type_functions.py::test_isdtype
136136
array_api_tests/test_data_type_functions.py::test_result_type
137-
# TODO: check error
137+
138138
array_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
329329
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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tests = [
3838
]
3939
tox = ["sparse[tests]", "tox"]
4040
all = ["sparse[docs,tox]", "matrepr"]
41-
finch = ["finch-tensor>=0.1.24"]
41+
finch = ["finch-tensor>=0.1.25"]
4242

4343
[project.urls]
4444
Documentation = "https://sparse.pydata.org/"

0 commit comments

Comments
 (0)