Skip to content

Commit 206fd6d

Browse files
committed
Upgrade finch-tensor
1 parent 40bde68 commit 206fd6d

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

ci/Finch-array-api-xfails.txt

Lines changed: 2 additions & 10 deletions
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,6 @@ 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
330+
# returned dtype mismatch https://github.com/willow-ahrens/Finch.jl/issues/578
331331
array_api_tests/test_statistical_functions.py::test_max
332332
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

Lines changed: 1 addition & 1 deletion
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)