File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -144,10 +144,12 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_sc
144144array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[logaddexp]
145145array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[maximum]
146146array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[minimum]
147+
148+ # https://github.com/pytorch/pytorch/issues/149815
147149array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[equal]
148- array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[neq ]
150+ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[not_equal ]
149151array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[less]
150- array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[les_equal ]
152+ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[less_equal ]
151153array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[greater]
152154array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[greater_equal]
153155
You can’t perform that action at this time.
0 commit comments