This is an automated email from the ASF dual-hosted git repository.
marcoabreu 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 490cf99 Disable flaky test test_operator.test_dropout (#12330)
490cf99 is described below
commit 490cf99f629c1effd6e1a4a0b5a425042bba1bac
Author: Chance Bair <[email protected]>
AuthorDate: Fri Aug 24 16:27:49 2018 +0200
Disable flaky test test_operator.test_dropout (#12330)
---
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 e1e5c9e..fc6b814 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -5728,6 +5728,7 @@ def test_stack():
@with_seed()
[email protected]("Flaky test
https://github.com/apache/incubator-mxnet/issues/12329")
def test_dropout():
def zero_count(array, ratio):
zeros = 0