From bcbdc1cc797064fafc0a46a3dd00d446a7c60357 Mon Sep 17 00:00:00 2001 From: Pedro Larroy Date: Sun, 18 Aug 2019 18:02:00 -0700 Subject: [PATCH] Re-enable flaky test_prelu (#15777) Fixes #12885 --- tests/python/unittest/test_operator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index 1991b16be317..e28fe7869f20 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -794,7 +794,6 @@ def fleaky_relu_grad(grad, x, y, act_type, slope=0.25): # NOTE(haojin2): Skipping the numeric check tests for float16 data type due to precision issues, # the analytical checks are still performed on each and every data type to verify the correctness. @with_seed() -@unittest.skip("Flaky test tracked by https://github.com/apache/incubator-mxnet/issues/12885") def test_prelu(): def fprelu(x, gamma): pos_indices = x > 0