Skip to content

Commit 3501116

Browse files
committed
Fix vector_norm to not use our custom arrays strategy
1 parent cffd076 commit 3501116

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
@@ -806,7 +806,7 @@ def true_val(x, y, axis=-1):
806806

807807
@pytest.mark.xp_extension('linalg')
808808
@given(
809-
x=xps.arrays(dtype=xps.floating_dtypes(), shape=shapes(min_side=1)),
809+
x=arrays(dtype=xps.floating_dtypes(), shape=shapes(min_side=1)),
810810
data=data(),
811811
)
812812
def test_vector_norm(x, data):

0 commit comments

Comments
 (0)