Skip to content
Snippets Groups Projects
Unverified Commit 1e5d3609 authored by Alexis Arnaudon's avatar Alexis Arnaudon Committed by GitHub
Browse files

fix outdated neurom import

parent 4bdb909f
No related branches found
Tags v1.2.3
No related merge requests found
......@@ -11,7 +11,7 @@ import neurom as nm
import numpy as np
from neurom import geom, iter_sections, load_neuron
from neurom.core import Section
from neurom.core._neuron import Neuron
from neurom.core import Neuron
from neurom.core.dataformat import COLS
from scipy.optimize import minimize
from scipy.special import factorial
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment