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

Fix flaky tests for test_laop_4 #11972

Merged
merged 1 commit into from
Aug 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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