From a704abb27d1cf108cdf900f5c2673f32a6fe62d9 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Wed, 24 Jul 2024 14:43:54 -0600 Subject: [PATCH] xfail test_sum on dask --- dask-xfails.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dask-xfails.txt b/dask-xfails.txt index 64be2e12..0b651b45 100644 --- a/dask-xfails.txt +++ b/dask-xfails.txt @@ -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