File tree 1 file changed +4
-2
lines changed
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
144
144
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[logaddexp]
145
145
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[maximum]
146
146
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[minimum]
147
+
148
+ # https://github.com/pytorch/pytorch/issues/149815
147
149
array_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 ]
149
151
array_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 ]
151
153
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[greater]
152
154
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[greater_equal]
153
155
You can’t perform that action at this time.
0 commit comments