From ec24413a37a4bfcbef9b408d95169a276628c69c Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 1 Aug 2018 22:41:57 +0000 Subject: [PATCH] got rid of fixed seed for test_optimizer/test_operator_gpu.test_nag --- tests/python/unittest/test_optimizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/unittest/test_optimizer.py b/tests/python/unittest/test_optimizer.py index fdf7d279d9cc..669561b9a45d 100644 --- a/tests/python/unittest/test_optimizer.py +++ b/tests/python/unittest/test_optimizer.py @@ -442,7 +442,7 @@ def update(self, index, weight, grad, state): tmp = weight32.astype(weight.dtype) tmp.copyto(weight) -@with_seed(0) +@with_seed() def test_nag(): opt1 = PyNAG opt2 = mx.optimizer.NAG