Setting the input 'max_distance' of 'geodesic_distance' function. #2224
Unanswered
GostInShell
asked this question in
Q&A
Replies: 1 comment
-
Note that we are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use the
geodesic_distance
function to compute geometrci distance betweensource
anddest
vertices pairs. It is said in the documentation that whenmax_distance
is set, then only yields results for geodesic distances less than :obj:max_distance
. However, when testing I find that settignmax_distance=0
andmax_distance=None
output exact the same results, while the former is much faster. Is this usual? Is the faster result less accurate?Beta Was this translation helpful? Give feedback.
All reactions