File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ array_api_tests/test_set_functions.py::test_unique_values
8989# The test suite is incorrectly checking sums that have loss of significance
9090# (https://github.com/data-apis/array-api-tests/issues/168)
9191array_api_tests/test_statistical_functions.py::test_sum
92+ array_api_tests/test_statistical_functions.py::test_prod
9293
9394# NumPy 1.21 doesn't support NPY_PROMOTION_STATE=weak, so many tests fail with
9495# type promotion issues
Original file line number Diff line number Diff line change @@ -42,3 +42,4 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
4242# The test suite is incorrectly checking sums that have loss of significance
4343# (https://github.com/data-apis/array-api-tests/issues/168)
4444array_api_tests/test_statistical_functions.py::test_sum
45+ array_api_tests/test_statistical_functions.py::test_prod
Original file line number Diff line number Diff line change @@ -44,3 +44,4 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
4444# The test suite is incorrectly checking sums that have loss of significance
4545# (https://github.com/data-apis/array-api-tests/issues/168)
4646array_api_tests/test_statistical_functions.py::test_sum
47+ array_api_tests/test_statistical_functions.py::test_prod
You can’t perform that action at this time.
0 commit comments