Skip to content

Commit a9c5bc2

Browse files
committed
update a tests
1 parent 6c87905 commit a9c5bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpnp/tests/test_linalg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,13 +2745,13 @@ class TestSvd:
27452745
def get_tol(self, dtype):
27462746
tol = 1e-06
27472747
if dtype in (dpnp.float32, dpnp.complex64):
2748-
tol = 1e-04
2748+
tol = 1e-03
27492749
elif not has_support_aspect64() and dtype in (
27502750
dpnp.int32,
27512751
dpnp.int64,
27522752
None,
27532753
):
2754-
tol = 1e-04
2754+
tol = 1e-03
27552755
self._tol = tol
27562756

27572757
def check_types_shapes(

0 commit comments

Comments
 (0)