Skip to content

Commit c2d5700

Browse files
committed
Merge branch 'main' into docs-update
2 parents 2bc5edd + e8a9164 commit c2d5700

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: >-
9898
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9999
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100-
uses: pypa/gh-action-pypi-publish@v1.8.10
100+
uses: pypa/gh-action-pypi-publish@v1.8.11
101101
with:
102102
repository-url: https://test.pypi.org/legacy/
103103
print-hash: true
@@ -110,6 +110,6 @@ jobs:
110110

111111
- name: Publish distribution 📦 to PyPI
112112
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
113-
uses: pypa/gh-action-pypi-publish@v1.8.10
113+
uses: pypa/gh-action-pypi-publish@v1.8.11
114114
with:
115115
print-hash: true

array-api-tests-xfails.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ array_api_tests/test_fft.py::test_ihfft
1919
# https://github.com/numpy/numpy/issues/21213
2020
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]
2121
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
22+
23+
# The test suite is incorrectly checking sums that have loss of significance
24+
# (https://github.com/data-apis/array-api-tests/issues/168)
25+
array_api_tests/test_statistical_functions.py::test_sum

0 commit comments

Comments
 (0)