Skip to content

Commit 91b7bf3

Browse files
committed
Update torch xfails for functions that don't support complex numbers
1 parent 1637aa3 commit 91b7bf3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

torch-xfails.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,10 @@ array_api_tests/test_statistical_functions.py::test_var
186186
# The test suite is incorrectly checking sums that have loss of significance
187187
# (https://github.com/data-apis/array-api-tests/issues/168)
188188
array_api_tests/test_statistical_functions.py::test_sum
189+
190+
# These functions do not yet support complex numbers
191+
array_api_tests/test_operators_and_elementwise_functions.py::test_sign
192+
array_api_tests/test_operators_and_elementwise_functions.py::test_expm1
193+
array_api_tests/test_operators_and_elementwise_functions.py::test_round
194+
array_api_tests/test_set_functions.py::test_unique_counts
195+
array_api_tests/test_set_functions.py::test_unique_values

0 commit comments

Comments
 (0)