Skip to content

Commit

Permalink
[MXNET-770] Remove fixed seed in flaky test (apache#11958)
Browse files Browse the repository at this point in the history
* Remove fixed seed in flaky test

* Remove fixed seed in flaky test
  • Loading branch information
apeforest authored and marcoabreu committed Aug 1, 2018
1 parent 7f9fd4a commit 82f28be
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 82f28be

Please sign in to comment.