From 23c80c4bb330c8a8b2a2bdc433d6dddff3ae0399 Mon Sep 17 00:00:00 2001 From: Andrew Ayres Date: Thu, 16 Aug 2018 15:43:17 -0700 Subject: [PATCH] Remove fixed seed from laop_2 test (#12206) --- tests/python/unittest/test_operator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index f1aec12ccc3e..df09a7b3e618 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -5385,8 +5385,7 @@ def _syevd_combined_symbol(a): transpose_b=False, name='Ut_L_U') return mx.sym.Group([u_ut, ut_lam_u]) -# Seed set because the test is not robust enough to operate on random data -@with_seed(1896893923) +@with_seed() def test_laop_2(): dtype = np.float64 rtol_fw = 1e-7