Skip to content

Commit 84ad83b

Browse files
committed
other test cases updated
1 parent bc0dc2a commit 84ad83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onnx_ir/passes/common/common_subexpression_elimination_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def test_model(a: FLOAT[2, 2], b: FLOAT[2, 2]) -> FLOAT[2, 2]:
214214
model_proto = test_model.to_model_proto()
215215
model = ir.serde.deserialize_model(model_proto)
216216
self.check_graph(
217-
model, [np.random.rand(2, 2), np.random.rand(2, 2)], delta_nodes=[0, 0, 0, 0, 0]
217+
model, [np.random.rand(2, 2), np.random.rand(2, 2)], delta_nodes=[3, 0, 0, 0, 0]
218218
)
219219

220220
def test_the_nodes_following_control_flow_ops_are_csed(self):

0 commit comments

Comments
 (0)