commit | 0369e7085d75b21cc2e194d96620afda79765fd1 | [log] [tgz] |
---|---|---|
author | Andrew Goodbody <andrew.goodbody@linaro.org> | Mon Dec 06 16:59:16 2021 +0000 |
committer | Andrew Goodbody <andrew.goodbody@linaro.org> | Mon Dec 06 16:59:16 2021 +0000 |
tree | 2742f4c22c0f31fcab4e20d4e0853f3dce51402a | |
parent | bfd15972a5c24112f6087c7ab63d0df3d7dd4b59 [diff] |
Add tolerance to ragged square root test so it passes on AARCH64
diff --git a/tensorflow/python/ops/ragged/ragged_dispatch_test.py b/tensorflow/python/ops/ragged/ragged_dispatch_test.py index 34a15ee..118b265 100644 --- a/tensorflow/python/ops/ragged/ragged_dispatch_test.py +++ b/tensorflow/python/ops/ragged/ragged_dispatch_test.py
@@ -687,7 +687,9 @@ 'num_segments': 2 }, - expected=[7.0, 2.0]), + expected=[7.0, 2.0], + rtol=1e-12, + ), dict( op=math_ops.reduce_sum, kwargs={