We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c87905 commit a9c5bc2Copy full SHA for a9c5bc2
dpnp/tests/test_linalg.py
@@ -2745,13 +2745,13 @@ class TestSvd:
2745
def get_tol(self, dtype):
2746
tol = 1e-06
2747
if dtype in (dpnp.float32, dpnp.complex64):
2748
- tol = 1e-04
+ tol = 1e-03
2749
elif not has_support_aspect64() and dtype in (
2750
dpnp.int32,
2751
dpnp.int64,
2752
None,
2753
):
2754
2755
self._tol = tol
2756
2757
def check_types_shapes(
0 commit comments