You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/10/12 22:30:15 UTC

[incubator-mxnet] branch master updated: Re-enables test_dropout (#12717)

This is an automated email from the ASF dual-hosted git repository.

skm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c74e3a  Re-enables test_dropout (#12717)
5c74e3a is described below

commit 5c74e3a69ca5e4b36e9f8b2ef58d99073a9f48f4
Author: perdasilva <pe...@gmail.com>
AuthorDate: Sat Oct 13 00:30:03 2018 +0200

    Re-enables test_dropout (#12717)
---
 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 5332517..3dcca48 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -5746,7 +5746,6 @@ def test_stack():
 
 
 @with_seed()
-@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12329")
 def test_dropout():
     def zero_count(array, ratio):
         zeros = 0