File tree 2 files changed +7
-1
lines changed
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
3
3
on : [push, pull_request]
4
4
5
5
env :
6
- PYTEST_ARGS : " -v -rxXfE --ci --hypothesis-disable-deadline"
6
+ PYTEST_ARGS : " -v -rxXfE --ci --hypothesis-disable-deadline --max-examples 200 "
7
7
8
8
jobs :
9
9
array-api-tests :
Original file line number Diff line number Diff line change 83
83
"broadcast_to" ,
84
84
"can_cast" ,
85
85
"finfo" ,
86
+ "isdtype" ,
86
87
"iinfo" ,
87
88
"result_type" ,
88
89
]
114
115
"uint64" ,
115
116
"float32" ,
116
117
"float64" ,
118
+ "complex64" ,
119
+ "complex128" ,
117
120
"bool" ,
118
121
]
119
122
196
199
"bitwise_right_shift" ,
197
200
"bitwise_xor" ,
198
201
"ceil" ,
202
+ "conj" ,
199
203
"cos" ,
200
204
"cosh" ,
201
205
"divide" ,
206
210
"floor_divide" ,
207
211
"greater" ,
208
212
"greater_equal" ,
213
+ "imag" ,
209
214
"isfinite" ,
210
215
"isinf" ,
211
216
"isnan" ,
225
230
"not_equal" ,
226
231
"positive" ,
227
232
"pow" ,
233
+ "real" ,
228
234
"remainder" ,
229
235
"round" ,
230
236
"sign" ,
You can’t perform that action at this time.
0 commit comments