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 from laop_2 test (#12206)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfayres authored and nswamy committed Aug 16, 2018
1 parent a2b0164 commit 23c80c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5385,8 +5385,7 @@ def _syevd_combined_symbol(a):
transpose_b=False, name='Ut_L_U')
return mx.sym.Group([u_ut, ut_lam_u])

# Seed set because the test is not robust enough to operate on random data
@with_seed(1896893923)
@with_seed()
def test_laop_2():
dtype = np.float64
rtol_fw = 1e-7
Expand Down

0 comments on commit 23c80c4

Please sign in to comment.