Skip to content

Commit 32a2afd

Browse files
committed
...
1 parent c28b862 commit 32a2afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/hypothesis_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def symmetric_matrices(draw, dtypes=real_floating_dtypes, finite=True, bound=10.
376376
finite = draw(finite)
377377
if finite:
378378
elements = {'allow_nan': False, 'allow_infinity': False,
379-
'min_value': 1/bound, 'max_value': bound}
379+
'min_value': 1, 'max_value': 10}
380380
else:
381381
elements = None
382382
a = draw(arrays(dtype=dtype, shape=shape, elements=elements))

0 commit comments

Comments
 (0)