Skip to content

Commit 7d176b9

Browse files
committed
Update pytorch-xfails.txt
1 parent b8bbdc8 commit 7d176b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pytorch-xfails.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,13 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and
162162
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
163163
array_api_tests/test_special_cases.py::test_iop[__imod__(x1_i is -0 and x2_i > 0) -> +0]
164164
array_api_tests/test_special_cases.py::test_iop[__imod__(x1_i is +0 and x2_i < 0) -> -0]
165+
166+
# Float correction is not supported by pytorch
167+
# (https://github.com/data-apis/array-api-tests/issues/168)
165168
array_api_tests/test_special_cases.py::test_empty_arrays[std]
166169
array_api_tests/test_special_cases.py::test_empty_arrays[var]
167170
array_api_tests/test_special_cases.py::test_nan_propagation[std]
168171
array_api_tests/test_special_cases.py::test_nan_propagation[var]
169-
170-
# Float correction is not supported by pytorch (https://github.com/data-apis/array-api-tests/issues/168)
171172
array_api_tests/test_statistical_functions.py::test_std
172173
array_api_tests/test_statistical_functions.py::test_var
173174

0 commit comments

Comments
 (0)