We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e35f2e commit f2d071cCopy full SHA for f2d071c
array_api_tests/hypothesis_helpers.py
@@ -177,7 +177,7 @@ def oneway_broadcastable_shapes(draw) -> OnewayBroadcastableShapes:
177
# Use these instead of xps.scalar_dtypes, etc. because it skips dtypes from
178
# ARRAY_API_TESTS_SKIP_DTYPES
179
all_dtypes = sampled_from(_sorted_dtypes)
180
-int_dtypes = sampled_from(dh.int_dtypes)
+int_dtypes = sampled_from(dh.all_int_dtypes)
181
uint_dtypes = sampled_from(dh.uint_dtypes)
182
real_dtypes = sampled_from(dh.real_dtypes)
183
# Warning: The hypothesis "floating_dtypes" is what we call
0 commit comments