Skip to content

Commit c891780

Browse files
committed
fix issue with ms-domain test
1 parent f2bbe8d commit c891780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3225,6 +3225,7 @@ def func(x, y):
32253225
tf.math.greater_equal(x, y, name=_TFOUTPUT1)
32263226
self._run_test_case(func, [_OUTPUT, _OUTPUT1], {_INPUT: x_val, _INPUT1: y_val})
32273227

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

0 commit comments

Comments
 (0)