Skip to content

Commit

Permalink
missing _neuron in load command
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavyayon authored and Benoit Coste committed Jan 16, 2019
1 parent 9ef94ef commit 50a1584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Quick example
import tmd

# Load a neuron
neuron = tmd.io.load('input_path_to_file/input_file.swc')
neuron = tmd.io.load_neuron('input_path_to_file/input_file.swc')

# Extract the tmd of a neurite, i.e., neuronal tree
pd = tmd.methods.get_ph_diagram(neuron.neurite[0])

0 comments on commit 50a1584

Please sign in to comment.