File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Array API Tests
33on : [push, pull_request]
44
55env :
6- PYTEST_ARGS : " -v -rxXfE --ci --hypothesis-disable-deadline"
6+ PYTEST_ARGS : " -v -rxXfE --ci --hypothesis-disable-deadline --max-examples 200 "
77
88jobs :
99 array-api-tests :
Original file line number Diff line number Diff line change 8383 "broadcast_to" ,
8484 "can_cast" ,
8585 "finfo" ,
86+ "isdtype" ,
8687 "iinfo" ,
8788 "result_type" ,
8889]
114115 "uint64" ,
115116 "float32" ,
116117 "float64" ,
118+ "complex64" ,
119+ "complex128" ,
117120 "bool" ,
118121]
119122
196199 "bitwise_right_shift" ,
197200 "bitwise_xor" ,
198201 "ceil" ,
202+ "conj" ,
199203 "cos" ,
200204 "cosh" ,
201205 "divide" ,
206210 "floor_divide" ,
207211 "greater" ,
208212 "greater_equal" ,
213+ "imag" ,
209214 "isfinite" ,
210215 "isinf" ,
211216 "isnan" ,
225230 "not_equal" ,
226231 "positive" ,
227232 "pow" ,
233+ "real" ,
228234 "remainder" ,
229235 "round" ,
230236 "sign" ,
You can’t perform that action at this time.
0 commit comments