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

Commit

Permalink
Re-enabling test_operator.test_binary_math_operators (#11712) (#12053)
Browse files Browse the repository at this point in the history
Test passes on CPU and GPU (10000 runs)
  • Loading branch information
frankfliu authored and nswamy committed Aug 9, 2018
1 parent d762755 commit aa1be93
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 aa1be93

Please sign in to comment.