Skip to content

Commit 75f44d7

Browse files
committed
Fix regression of dtype_objects instead of updated dtype_objs
1 parent 4907178 commit 75f44d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def test_matrix_transpose(x):
339339
_test_stacks(linalg.matrix_transpose, x, res=res, true_val=true_val)
340340

341341
@given(
342-
*two_mutual_arrays(dtype_objects=dh.numeric_dtypes,
342+
*two_mutual_arrays(dtype_objs=dh.numeric_dtypes,
343343
two_shapes=tuples(one_d_shapes, one_d_shapes))
344344
)
345345
def test_outer(x1, x2):

0 commit comments

Comments
 (0)