Skip to content

Commit 916e9f6

Browse files
Merge pull request #173 from hyanwong/patch-3
Correct call to sc2ts TreeInfo in utils.py
2 parents ec10c92 + ea74cee commit 916e9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2ts/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ def sort_mutation_label(s):
15531553
return np.inf # put at the end
15541554

15551555
if ti is None:
1556-
ti = sc2ts.TreeInfo(ts)
1556+
ti = TreeInfo(ts)
15571557
if node_size is None:
15581558
node_size = 2800
15591559
if edge_font_size is None:

0 commit comments

Comments
 (0)