Skip to content

Commit

Permalink
neuprint interface: fix fetch_mesh_neuron
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 17, 2024
1 parent e38b862 commit 048c547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navis/interfaces/neuprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def fetch_mesh_neuron(x, *, lod=1, with_synapses=False, missing_mesh='raise',
n.soma_radius = radii[n.id] / n.units.to('nm').magnitude
else:
n.soma_radius = None
n.soma = n.somaLocation
n.soma_pos = n.somaLocation

if with_synapses:
# Fetch synapses
Expand Down

0 comments on commit 048c547

Please sign in to comment.