Skip to content

Commit

Permalink
flow_centrality: fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Dec 2, 2021
1 parent d4f36ac commit 3e59e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navis/morpho/mmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def flow_centrality(x: 'core.NeuronObject',
>>> n.reroot(n.soma, inplace=True)
>>> _ = navis.flow_centrality(n)
>>> n[0].nodes.flow_centrality.max()
786341
786969
See Also
--------
Expand Down

0 comments on commit 3e59e41

Please sign in to comment.