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

[MXNET-770] Remove fixed seed in flaky test #11958

Merged
merged 3 commits into from
Aug 1, 2018
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
2 changes: 1 addition & 1 deletion tests/python/unittest/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def test_module_set_params():
aux_params={}, allow_missing=True, allow_extra=False)


@with_seed(11)
@with_seed()
def test_monitor():
# data iter
data = mx.nd.array([[0.05, .10]]);
Expand Down