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

Commit

Permalink
Remove fixed seed for test_huber tests (#12169)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdantu authored and marcoabreu committed Aug 15, 2018
1 parent cd6b1cb commit b675d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def test_saveload():
eval_metric=mx.metric.Loss())
assert mod.score(data_iter, eval_metric=mx.metric.Loss())[0][1] < 0.05

@with_seed(1234)
@with_seed()
def test_huber_loss():
N = 20
data = mx.random.uniform(-1, 1, shape=(N, 10))
Expand Down

0 comments on commit b675d69

Please sign in to comment.