Skip to content

Commit f31ff36

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

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
@@ -3191,7 +3191,7 @@ def func(X, K):
31913191
self._run_test_case(func, [_OUTPUT, _OUTPUT1], {_INPUT: x_val, _INPUT1: k_val})
31923192

31933193
@test_ms_domain()
3194-
def test_inverse(self):
3194+
def test_inverse(self, extra_opset):
31953195
# this depends on onnx Inverse which was removed from opset-12 but does exists in the ms-domain
31963196
x_val = np.random.random([5, 5]).astype(np.float32)
31973197
def func(x):

0 commit comments

Comments
 (0)