Skip to content

Commit

Permalink
Update Tutorial.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lidakanari committed Apr 8, 2019
1 parent 4b8da22 commit 530ed57
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 @@ -17,4 +17,4 @@ import tmd
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_persistence_diagram(neuron.neurite[0])
pd = tmd.methods.get_persistence_diagram(neuron.neurites[0])

0 comments on commit 530ed57

Please sign in to comment.