Skip to content

Commit f2bbe8d

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

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
@@ -3196,7 +3196,7 @@ def test_inverse(self, extra_opset):
31963196
x_val = np.random.random([5, 5]).astype(np.float32)
31973197
def func(x):
31983198
return tf.linalg.inv(x, name=_TFOUTPUT)
3199-
self._run_test_case(func, [_OUTPUT], {_INPUT: x_val})
3199+
self._run_test_case(func, [_OUTPUT], {_INPUT: x_val}, process_args={"extra_opset": [extra_opset]})
32003200

32013201
@check_opset_min_version(12)
32023202
def test_squared_distance(self):

0 commit comments

Comments
 (0)