File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ array_api_tests/test_searching_functions.py::test_searchsorted_with_scalars
140140array_api_tests/test_linalg.py::test_eig
141141array_api_tests/test_linalg.py::test_eigvals
142142
143+ array_api_tests/test_manipulation_functions.py::TestExpandDims::test_expand_dims_tuples
144+
143145# Stubs have a comment: (**note**: libraries may return ``NaN`` to match Python behavior.)
144146array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
145147array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_where_with_sca
5050array_api_tests/test_creation_functions.py::test_meshgrid
5151array_api_tests/test_data_type_functions.py::test_broadcast_arrays
5252
53+ # observed with numpy==1.26 only, looks like is fixed on numpy 2.x
54+ array_api_tests/test_set_functions.py::TestIsin::test_isin_scalars
5355
5456# Stubs have a comment: (**note**: libraries may return ``NaN`` to match Python behavior.); Apparently, NumPy does just that
5557array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
You can’t perform that action at this time.
0 commit comments