Skip to content

Commit fab629c

Browse files
committed
typo
1 parent 23e6d43 commit fab629c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart_tree/skeleton/path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def sample_tree(
116116
distances[idx_path] = -1
117117

118118
termination_pts = torch.unique(
119-
torch.cat((termination_pts, idx_point, idx_path))
119+
torch.cat((termination_pts, idx_points, idx_path))
120120
)
121121

122122
if len(path_vertices_idx) < 2:

0 commit comments

Comments
 (0)