We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc9646 commit 1a435aeCopy full SHA for 1a435ae
.github/workflows/numpy.yml
@@ -34,8 +34,9 @@ jobs:
34
array_api_tests/test_creation_functions.py::test_linspace
35
# https://github.com/numpy/numpy/issues/20870
36
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
+ # The return dtype for trace is not consistent in the spec
+ # (https://github.com/data-apis/array-api/issues/202#issuecomment-952529197)
39
+ array_api_tests/test_linalg.py::test_trace
40
# waiting on NumPy to allow/revert distinct NaNs for np.unique
41
# https://github.com/numpy/numpy/issues/20326#issuecomment-1012380448
42
array_api_tests/test_set_functions.py
0 commit comments