Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
Properly reference TreeInfo class location
  • Loading branch information
hyanwong authored Sep 19, 2024
1 parent cdf35a9 commit 91e9a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc2ts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def sort_mutation_label(s):
return np.inf # put at the end

if ti is None:
ti = TreeInfo(ts)
ti = sc2ts.info.TreeInfo(ts)
if node_size is None:
node_size = 2800
if edge_font_size is None:
Expand Down

0 comments on commit 91e9a34

Please sign in to comment.