File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ array_api_tests/test_searching_functions.py::test_argmin
264264array_api_tests/test_searching_functions.py::test_where
265265# TODO: check error
266266array_api_tests/test_searching_functions.py::test_nonzero
267+ array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error
267268
268269# test_set_functions
269270
Original file line number Diff line number Diff line change 2525 bitwise_right_shift ,
2626 bitwise_xor ,
2727 bool ,
28+ can_cast ,
2829 ceil ,
2930 compiled ,
3031 complex64 ,
8687 pow ,
8788 prod ,
8889 random ,
90+ remainder ,
8991 reshape ,
9092 round ,
9193 sign ,
208210 "square" ,
209211 "logaddexp" ,
210212 "trunc" ,
213+ "remainder" ,
211214 "logical_and" ,
212215 "logical_or" ,
213216 "logical_xor" ,
214217 "finfo" ,
215218 "iinfo" ,
219+ "can_cast" ,
216220]
You can’t perform that action at this time.
0 commit comments