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

Commit

Permalink
[MXNET-772] Re-enable test_module.py:test_module_set_params (#11979)
Browse files Browse the repository at this point in the history
  • Loading branch information
roywei authored and marcoabreu committed Aug 2, 2018
1 parent 6009b26 commit 946e9d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/python/unittest/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,9 @@ def create_bucketing_module(key):
assert total_bytes_after == total_bytes_before



@with_seed(11)
# roywei: Getting rid of fixed seed as flakiness could not be reproduced,
# tracked at: https://github.com/apache/incubator-mxnet/issues/11705
@with_seed()
def test_module_set_params():
# data iter
data = mx.nd.array([[0.05, .10]]);
Expand Down

0 comments on commit 946e9d0

Please sign in to comment.