mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 12:56:07 +00:00
Bump up tolerance for tests using _testQdwh
.
PiperOrigin-RevId: 643547107
This commit is contained in:
parent
193591b5c0
commit
4e748e1fda
@ -68,7 +68,7 @@ class QdwhTest(jtu.JaxTestCase):
|
||||
"""Computes the polar decomposition and tests its basic properties."""
|
||||
eps = jnp.finfo(a.dtype).eps
|
||||
u, h, iters, conv = qdwh.qdwh(a, dynamic_shape=dynamic_shape)
|
||||
tol = 11 * eps
|
||||
tol = 13 * eps
|
||||
if dynamic_shape is not None:
|
||||
m, n = dynamic_shape
|
||||
a = a[:m, :n]
|
||||
|
Loading…
x
Reference in New Issue
Block a user