Skip to content

Commit 1a435ae

Browse files
committed
Update the xfail skips for numpy for linalg
1 parent adc9646 commit 1a435ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/numpy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
array_api_tests/test_creation_functions.py::test_linspace
3535
# https://github.com/numpy/numpy/issues/20870
3636
array_api_tests/test_data_type_functions.py::test_can_cast
37-
# linalg tests generally need more mulling over
38-
array_api_tests/test_linalg.py
37+
# The return dtype for trace is not consistent in the spec
38+
# (https://github.com/data-apis/array-api/issues/202#issuecomment-952529197)
39+
array_api_tests/test_linalg.py::test_trace
3940
# waiting on NumPy to allow/revert distinct NaNs for np.unique
4041
# https://github.com/numpy/numpy/issues/20326#issuecomment-1012380448
4142
array_api_tests/test_set_functions.py

0 commit comments

Comments
 (0)