Skip to content

Commit

Permalink
fix despike
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Mar 31, 2024
1 parent 8b96843 commit 0b324f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeletor/post/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def despike(s,
s = s.copy()

# Index nodes table by node ID
this_nodes = s.nodes.set_index('node_id', inplace=False)
this_nodes = s.swc.set_index('node_id', inplace=False)

segments = s.get_segments()
segs_to_walk = segments
Expand Down

0 comments on commit 0b324f0

Please sign in to comment.