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

Commit

Permalink
Fix flaky tests for test_laop_4 (#11972)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushghai authored and marcoabreu committed Aug 1, 2018
1 parent eed7a34 commit c6a32b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5465,8 +5465,9 @@ def test_laop_3():
check_grad(test_syevd_l_4, [a_batch])


# Seed set because the test is not robust enough to operate on random data
@with_seed(1896893923)
# @piyushghai - Removing the fixed seed for this test.
# Issue for flakiness is tracked at - https://github.com/apache/incubator-mxnet/issues/11721
@with_seed()
def test_laop_4():
# Currently disabled on GPU as syevd needs cuda8
# and MxNet builds use cuda 7.5
Expand Down

0 comments on commit c6a32b6

Please sign in to comment.