Skip to content

Commit

Permalink
Update neurom/features/morphology.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com>
  • Loading branch information
eleftherioszisis and adrien-berchet committed May 3, 2022
1 parent 9c5ec2f commit 73117a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurom/features/morphology.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def section_term_radial_distances(
def section_bif_radial_distances(
morph, origin=None, neurite_type=NeuriteType.all, use_subtrees=False
):
"""Get the radial distances of the bf sections."""
"""Get the radial distances of the bifurcation sections."""
origin = morph.soma.center if origin is None else origin

return list(flatten(_map_neurites(
Expand Down

0 comments on commit 73117a9

Please sign in to comment.