Skip to content

Commit 6c87905

Browse files
committed
update a test
1 parent 5ad344e commit 6c87905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2978,7 +2978,7 @@ def test_pinv(self, dtype, shape):
29782978
)
29792979
def test_pinv_hermitian(self, dtype, shape):
29802980
a = generate_random_numpy_array(
2981-
shape, dtype, hermitian=True, low=-5, high=5
2981+
shape, dtype, hermitian=True, seed_value=64, low=-5, high=5
29822982
)
29832983
a_dp = dpnp.array(a)
29842984

0 commit comments

Comments
 (0)