Skip to content

Commit

Permalink
Changed get_ph_diagram to get_persistence_diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Schmidt committed Mar 20, 2019
1 parent 816daee commit 8d8c952
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_ph_diagram(neuron.neurite[0])
pd = tmd.methods.get_persistence_diagram(neuron.neurite[0])

0 comments on commit 8d8c952

Please sign in to comment.