We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6144df4 commit ef3b798Copy full SHA for ef3b798
array_api_tests/hypothesis_helpers.py
@@ -232,7 +232,7 @@ def all_floating_dtypes() -> SearchStrategy[DataType]:
232
lambda i: getattr(xp, i))
233
234
# Limit the total size of an array shape
235
-MAX_ARRAY_SIZE = 10000
+MAX_ARRAY_SIZE = 1000
236
# Size to use for 2-dim arrays
237
SQRT_MAX_ARRAY_SIZE = int(math.sqrt(MAX_ARRAY_SIZE))
238
0 commit comments