Skip to content

Commit

Permalink
xfail test_sum on dask
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jul 24, 2024
1 parent 0ee9d6a commit a704abb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dask-xfails.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,8 @@ array_api_tests/test_manipulation_functions.py::test_roll

# No mT on dask array
array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices

# The test suite is incorrectly checking sums that have loss of significance
# (https://github.com/data-apis/array-api-tests/issues/168)
array_api_tests/test_statistical_functions.py::test_sum
array_api_tests/test_statistical_functions.py::test_prod

0 comments on commit a704abb

Please sign in to comment.