Skip to content

Commit

Permalink
[MXNET-772] Re-enable test_module.py:test_module_set_params (apache#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
roywei authored and marcoabreu committed Aug 2, 2018
1 parent 7a4111e commit 9139ac6
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 9139ac6

Please sign in to comment.