Skip to content

Commit

Permalink
fix issue with ms-domain test
Browse files Browse the repository at this point in the history
  • Loading branch information
guschmue committed May 27, 2020
1 parent f2bbe8d commit c891780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_backend.py
Expand Up @@ -3225,6 +3225,7 @@ def func(x, y):
tf.math.greater_equal(x, y, name=_TFOUTPUT1)
self._run_test_case(func, [_OUTPUT, _OUTPUT1], {_INPUT: x_val, _INPUT1: y_val})

@check_tf_min_version("1.14", "required for tf.math.is_finite")
@check_opset_min_version(10)
def test_is_finite(self):
x_val = np.array([5.0, 4.8, 6.8, np.inf, np.nan], dtype=np.float32)
Expand Down

0 comments on commit c891780

Please sign in to comment.