We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94d860 commit 7f63571Copy full SHA for 7f63571
utils/tierutil.py
@@ -40,6 +40,6 @@ def cut_divide_tiers(self, x, tierNo):
40
41
# return source, target
42
if tierNo == 1:
43
- return tiers[-1], tiers[-1].clone()
+ return tiers[-1], tiers[-1].copy()
44
else:
45
return tiers[-2], tiers[-1]
0 commit comments