File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
42
42
# cross has some promotion bug that is fixed in newer numpy versions
43
43
array_api_tests/test_linalg.py::test_cross
44
44
45
+ # linspace(-0.0, -1.0, num=1) returns +0.0 instead of -0.0.
46
+ # Fixed in newer numpy versions.
47
+ array_api_tests/test_creation_functions.py::test_linspace
48
+
45
49
# vector_norm with ord=-1 which has since been fixed
46
50
# https://github.com/numpy/numpy/issues/21083
47
51
array_api_tests/test_linalg.py::test_vector_norm
@@ -116,6 +120,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isu
116
120
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x, s)]
117
121
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
118
122
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[subtract(x1, x2)]
123
+ array_api_tests/test_searching_functions.py::test_where
119
124
array_api_tests/test_special_cases.py::test_iop[__iadd__(x1_i is -0 and x2_i is -0) -> -0]
120
125
121
126
# 2023.12 support
You can’t perform that action at this time.
0 commit comments