Skip to content

Commit

Permalink
enumerate_traverse calls enumerate_depth
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmckinsey1 committed Jul 11, 2024
1 parent ae66312 commit e7815f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions thicket/thicket.py
Original file line number Diff line number Diff line change
Expand Up @@ -1523,9 +1523,7 @@ def add_root_node(self, attrs):
# graph and statsframe.graph
self.graph.roots.append(new_node)

# Set depth
self.graph.enumerate_depth()
# Set hatchet nid
# Set hatchet nid and depth
self.graph.enumerate_traverse()

# dataframe
Expand Down

0 comments on commit e7815f0

Please sign in to comment.