Skip to content

Commit e6dbc41

Browse files
committed
test gre and lre since opset 7
1 parent e004a49 commit e6dbc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3155,7 +3155,7 @@ def func(x, y):
31553155
return tf.identity(ret, name=_TFOUTPUT)
31563156
self._run_test_case(func, [_OUTPUT], {_INPUT: x_val, _INPUT1: y_val})
31573157

3158-
@check_opset_min_version(12)
3158+
@check_opset_min_version(7)
31593159
def test_compare(self):
31603160
x_val = np.random.random([10, 20]).astype(np.float32)
31613161
y_val = np.random.random([10, 20]).astype(np.float32)

0 commit comments

Comments
 (0)