Skip to content

Commit 3e46a98

Browse files
committed
try MAX_ARRAY_SIZE=2048
1 parent 6144df4 commit 3e46a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/hypothesis_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def all_floating_dtypes() -> SearchStrategy[DataType]:
232232
lambda i: getattr(xp, i))
233233

234234
# Limit the total size of an array shape
235-
MAX_ARRAY_SIZE = 10000
235+
MAX_ARRAY_SIZE = 2048
236236
# Size to use for 2-dim arrays
237237
SQRT_MAX_ARRAY_SIZE = int(math.sqrt(MAX_ARRAY_SIZE))
238238

0 commit comments

Comments
 (0)