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
264
264
array_api_tests/test_searching_functions.py::test_where
265
265
# TODO: check error
266
266
array_api_tests/test_searching_functions.py::test_nonzero
267
+ array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error
267
268
268
269
# test_set_functions
269
270
Original file line number Diff line number Diff line change 25
25
bitwise_right_shift ,
26
26
bitwise_xor ,
27
27
bool ,
28
+ can_cast ,
28
29
ceil ,
29
30
compiled ,
30
31
complex64 ,
86
87
pow ,
87
88
prod ,
88
89
random ,
90
+ remainder ,
89
91
reshape ,
90
92
round ,
91
93
sign ,
208
210
"square" ,
209
211
"logaddexp" ,
210
212
"trunc" ,
213
+ "remainder" ,
211
214
"logical_and" ,
212
215
"logical_or" ,
213
216
"logical_xor" ,
214
217
"finfo" ,
215
218
"iinfo" ,
219
+ "can_cast" ,
216
220
]
You can’t perform that action at this time.
0 commit comments