Skip to content

Commit 3321224

Browse files
docs: exact matches only
1 parent 906e355 commit 3321224

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

osteoid/skeleton.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,8 +1406,7 @@ def import_attributes(self, other:"Skeleton"):
14061406
Copy the attributes of another skeleton
14071407
for matching vertices.
14081408
1409-
Vertices are considered matching if they have the same coordinates
1410-
(within floating point tolerance).
1409+
Vertices are considered matching if they have the same coordinates.
14111410
14121411
Assumes importing skeleton has no extra attributes initially,
14131412
only vertices and edges.

0 commit comments

Comments
 (0)