Skip to content

Commit 4109818

Browse files
committed
Use a better parameter name
1 parent e186448 commit 4109818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

array_api_tests/hypothesis_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ def multiaxis_indices(draw, shapes):
291291
return tuple(res)
292292

293293

294-
def two_mutual_arrays(dtypes=dtype_objects):
295-
mutual_dtypes = shared(mutually_promotable_dtypes(dtypes))
294+
def two_mutual_arrays(dtype_objects=dtype_objects):
295+
mutual_dtypes = shared(mutually_promotable_dtypes(dtype_objects))
296296
mutual_shapes = shared(two_mutually_broadcastable_shapes)
297297
arrays1 = xps.arrays(
298298
dtype=mutual_dtypes.map(lambda pair: pair[0]),

0 commit comments

Comments
 (0)