Skip to content

Commit

Permalink
split_axon_dendrites: map compartment to MeshNeurons
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Feb 25, 2022
1 parent 9759419 commit 77b1992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navis/morpho/manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def _prune_twigs_precise(neuron: 'core.TreeNeuron',
@utils.map_neuronlist(desc='Splitting', allow_parallel=True)
@utils.meshneuron_skeleton(method='split',
include_connectors=True,
copy_properties=['color'],
copy_properties=['color', 'compartment'],
disallowed_kwargs={'label_only': True},
heal=True)
def split_axon_dendrite(x: NeuronObject,
Expand Down

0 comments on commit 77b1992

Please sign in to comment.