Skip to content

Commit

Permalink
removed fixed from test_optimizer.test_signum (apache#12088)
Browse files Browse the repository at this point in the history
  • Loading branch information
access2rohit authored and eric-haibin-lin committed Aug 9, 2018
1 parent d37edb2 commit fc1b1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def update(self, index, weight, grad, state):
else:
weight[:] = (1 - lr*(wd+self.wd_lh))*weight - lr*mx.nd.sign(grad)

@with_seed(0)
@with_seed()
def test_signum():
opt1 = PySignum
opt2 = mx.optimizer.Signum
Expand Down

0 comments on commit fc1b1f9

Please sign in to comment.