Skip to content

Commit

Permalink
Re-enabling test_operator.test_binary_math_operators (apache#11712) (a…
Browse files Browse the repository at this point in the history
…pache#12053)

Test passes on CPU and GPU (10000 runs)
  • Loading branch information
frankfliu authored and nswamy committed Aug 9, 2018
1 parent 99b3293 commit d4a2eb6
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 d4a2eb6

Please sign in to comment.