This is an automated email from the ASF dual-hosted git repository.
zhasheng 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 6dd2dda Disables flaky test_droupout (#15003)
6dd2dda is described below
commit 6dd2dda043b384fe78ddc7799c10086e09fbf330
Author: perdasilva <[email protected]>
AuthorDate: Tue May 21 03:37:03 2019 +0200
Disables flaky test_droupout (#15003)
---
tests/python/unittest/test_operator.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/python/unittest/test_operator.py
b/tests/python/unittest/test_operator.py
index b26bff3..18d2ace 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -6472,6 +6472,7 @@ def test_stack():
@with_seed()
[email protected]("test fails intermittently. temporarily disabled till it gets
fixed. tracked at https://github.com/apache/incubator-mxnet/issues/14288")
def test_dropout():
def zero_count(array, ratio):
zeros = 0