Skip to content

Commit

Permalink
Re-enabling test_operator.test_binary_math_operators (apache#11712)
Browse files Browse the repository at this point in the history
Test passes on CPU and GPU (10000 runs)
  • Loading branch information
frankfliu committed Aug 6, 2018
1 parent 7261d8c commit 3fc2d8c
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 @@ -5951,8 +5951,7 @@ def finite_diff_binary_op(
# - Forward: Comparison to NumPy (several dtype)
# - Backward: Comparison to NumPy (several dtype)
# - Finite difference tests (only dtype = float64)
# Seed set because the test is not robust enough to operate on random data
@with_seed(192837465)
@with_seed()
def test_binary_math_operators():
shape=(9, 10)
dtype_l = [np.float64, np.float32, np.float16]
Expand Down

0 comments on commit 3fc2d8c

Please sign in to comment.