Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Apr 26, 2024
1 parent 5d35390 commit 1263936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam/onyx/parse_dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1263936

Please sign in to comment.