Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Disables flaky test_operator.test_sgld test #14410

Merged
merged 1 commit into from
Mar 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/python/unittest/test_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ def update(self, index, weight, grad, state):


@with_seed()
@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/14241")
def test_sgld():
opt1 = PySGLD
opt2 = mx.optimizer.SGLD
Expand Down