File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ def test_det(x):
179
179
180
180
@pytest .mark .xp_extension ('linalg' )
181
181
@given (
182
- x = xps .arrays (dtype = dtypes , shape = matrix_shapes ),
182
+ x = xps .arrays (dtype = dtypes , shape = matrix_shapes () ),
183
183
# offset may produce an overflow if it is too large. Supporting offsets
184
184
# that are way larger than the array shape isn't very important.
185
185
kw = kwargs (offset = integers (- MAX_ARRAY_SIZE , MAX_ARRAY_SIZE ))
@@ -388,7 +388,7 @@ def test_pinv(x, kw):
388
388
389
389
@pytest .mark .xp_extension ('linalg' )
390
390
@given (
391
- x = xps .arrays (dtype = xps .floating_dtypes (), shape = matrix_shapes ),
391
+ x = xps .arrays (dtype = xps .floating_dtypes (), shape = matrix_shapes () ),
392
392
kw = kwargs (mode = sampled_from (['reduced' , 'complete' ]))
393
393
)
394
394
def test_qr (x , kw ):
You can’t perform that action at this time.
0 commit comments