Skip to content

Commit

Permalink
sytle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kalhankoul96 committed Aug 12, 2024
1 parent df121ca commit bac356a
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 @@ -1359,7 +1359,7 @@ def duplicate_graph(self, unroll_factor):
node_name = node.get_name().strip('"')
if int(node_name) > node_count:
node_count = int(node_name)
node_count += 1
node_count += 1
# Duplicate every node that isn't the tensor of interest
for node in orig_nodes_list:
node_attrs = node.get_attributes()
Expand Down

0 comments on commit bac356a

Please sign in to comment.