Skip to content

Commit fa96c98

Browse files
committed
fix ir_version
1 parent 8437137 commit fa96c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onnxscript/rewriter/rules/common/_remove_expand_before_binary_op_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def test_full_optimization(self):
280280
oh.make_tensor_value_info("z", onnx.TensorProto.FLOAT, ["N", "B"]),
281281
],
282282
),
283-
ir_version=11,
283+
ir_version=10,
284284
opset_imports=[oh.make_opsetid("", 20)],
285285
)
286286
onnx.checker.check_model(model_proto)
@@ -334,7 +334,7 @@ def test_full_optimization_more_complex(self):
334334
oh.make_tensor_value_info("z3", onnx.TensorProto.FLOAT, ["N", "B"]),
335335
],
336336
),
337-
ir_version=11,
337+
ir_version=10,
338338
opset_imports=[oh.make_opsetid("", 20)],
339339
)
340340
onnx.checker.check_model(model_proto)

0 commit comments

Comments
 (0)