From 64d50c58dd06d150d7089ec55e6a7958252c7aa3 Mon Sep 17 00:00:00 2001 From: Sam Skalicky Date: Tue, 7 Aug 2018 21:26:48 +0000 Subject: [PATCH] removed fixed seed 1234 tested with 100k runs, no failures --- tests/python/gpu/test_operator_gpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/gpu/test_operator_gpu.py b/tests/python/gpu/test_operator_gpu.py index 9dbf5f0825a8..d8d34ef474dd 100644 --- a/tests/python/gpu/test_operator_gpu.py +++ b/tests/python/gpu/test_operator_gpu.py @@ -1445,7 +1445,7 @@ def test_unfuse(): check_rnn_consistency(stack, fused) -@with_seed(1234) +@with_seed() def test_psroipooling_with_type(): arg_params = { 'psroipool_rois': np.array([[0, 10, 22, 161, 173], [0, 20, 15, 154, 160]])}