Skip to content

Commit

Permalink
chagned display name of vesicle morphology
Browse files Browse the repository at this point in the history
  • Loading branch information
lufre1 committed Dec 5, 2024
1 parent 6989b45 commit 90aa283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synaptic_reconstruction/tools/morphology_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def on_measure_vesicle_morphology(self):
resolution=resolution,
props=props,
)
self._add_table(coords, radii, props, name="Vesicles Morphology")
self._add_table(coords, radii, props, name="Vesicle Morphology")

def on_measure_structure_morphology(self):
"""
Expand Down

0 comments on commit 90aa283

Please sign in to comment.