Skip to content

Commit 7f63571

Browse files
author
Rick-McCoy
committed
Minor bug fix.
1 parent f94d860 commit 7f63571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/tierutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ def cut_divide_tiers(self, x, tierNo):
4040

4141
# return source, target
4242
if tierNo == 1:
43-
return tiers[-1], tiers[-1].clone()
43+
return tiers[-1], tiers[-1].copy()
4444
else:
4545
return tiers[-2], tiers[-1]

0 commit comments

Comments
 (0)