From 1263936fc209101e9eedea1a0c1d1d3bffba524d Mon Sep 17 00:00:00 2001 From: Bo Wun Cheng Date: Fri, 26 Apr 2024 10:31:59 -0700 Subject: [PATCH] fix code style --- sam/onyx/parse_dot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam/onyx/parse_dot.py b/sam/onyx/parse_dot.py index 7a85cd12..7d7a9062 100644 --- a/sam/onyx/parse_dot.py +++ b/sam/onyx/parse_dot.py @@ -372,7 +372,7 @@ def rewrite_complex_ops(self): # an edge connot be a incoming to and outgoing from the complex op simultaneously assert not edge_attr edge_attr = incoming_edges[incoming_edge_idx].get_attributes() - self.graph.del_edge(incoming_edges[incoming_edge_idx].get_source(), + self.graph.del_edge(incoming_edges[incoming_edge_idx].get_source(), incoming_edges[incoming_edge_idx].get_destination()) # the srouce node is not a PE we just stamp out, skip the connection elif src_node_name not in instance_name_node_mappging: