From 479ba3860884402914ef7df2fc5a031fed5b0f37 Mon Sep 17 00:00:00 2001 From: Dick Carter Date: Thu, 15 Aug 2019 11:44:56 -0700 Subject: [PATCH] Fix flakey test_operator.py:test_laop_6. --- tests/python/unittest/test_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index 1991b16be317..6acb279d6d42 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -6844,7 +6844,7 @@ def test_laop_6(): atol_fw = 1e-9 num_eps = 1e-6 rtol_bw = 1e-4 - atol_bw = 1e-6 + atol_bw = 5e-5 data = mx.symbol.Variable('data')