Skip to content

Commit a5373c0

Browse files
committed
fix issue with ms-domain test
1 parent 5ccb4af commit a5373c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3190,7 +3190,6 @@ def func(X, K):
31903190
k_val = np.array(raw_k).astype(np.int32)
31913191
self._run_test_case(func, [_OUTPUT, _OUTPUT1], {_INPUT: x_val, _INPUT1: k_val})
31923192

3193-
@check_opset_min_version(12)
31943193
@test_ms_domain()
31953194
def test_inverse(self):
31963195
# this depends on onnx Inverse which was removed from opset-12 but does exists in the ms-domain

tools/dump-onnx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import collections
1515
import re
1616

17+
import onnx
1718
from onnx import ModelProto
1819
from onnx import helper, shape_inference
1920

0 commit comments

Comments
 (0)