Skip to content

Commit 95980c4

Browse files
committed
fix ut
1 parent 3c69da2 commit 95980c4

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
@@ -2976,7 +2976,7 @@ def test_Conv2DBackpropInput_valid(self):
29762976
name=_TFOUTPUT)
29772977
self._run_test_case([_OUTPUT], {_INPUT: input_sizes_val, _INPUT1: filters_val, _INPUT2: out_backprop_val})
29782978

2979-
@check_opset_min_version(1, "CategoryMapper")
2979+
@check_opset_min_version(8, "CategoryMapper")
29802980
def test_hashtable_lookup(self):
29812981
filnm = "vocab.tmp"
29822982
words = ["apple", "pear", "banana", "cherry", "grape"]

0 commit comments

Comments
 (0)