File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ # `test_nonzero` name conflict
1
2
array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error
3
+ # flaky test
2
4
array_api_tests/test_special_cases.py::test_unary[sign((x_i is -0 or x_i == +0)) -> 0]
5
+ # `broadcast_to` is not defined in Finch, hangs as xfail
6
+ array_api_tests/test_searching_functions.py::test_where
Original file line number Diff line number Diff line change @@ -194,8 +194,6 @@ array_api_tests/test_manipulation_functions.py::test_stack
194
194
# not implemented
195
195
array_api_tests/test_searching_functions.py::test_argmax
196
196
array_api_tests/test_searching_functions.py::test_argmin
197
- # `broadcast_to` is not defined in finch
198
- array_api_tests/test_searching_functions.py::test_where
199
197
# 0D issue
200
198
array_api_tests/test_searching_functions.py::test_nonzero
201
199
You can’t perform that action at this time.
0 commit comments