Skip to content

Commit

Permalink
Re-enabling randomized test_operator/test_operator_gpu.test_dot (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
haojin2 authored and marcoabreu committed Jul 25, 2018
1 parent e48bd04 commit 7071cde
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 @@ -2504,8 +2504,9 @@ def test_stn_valid_sampling():
) + target_shape))


# Seed set because the test is not robust enough to operate on random data
@with_seed(1234)
# @haojin2: Getting rid of fixed seed as flakiness could not be reproduced,
# tracked at https://github.com/apache/incubator-mxnet/issues/11714
@with_seed()
def test_dot():
ctx=default_context()
dtypes = ['float32', 'float64']
Expand Down

0 comments on commit 7071cde

Please sign in to comment.