You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have some handling for disconnected graphs in our distances. Some distances explicitly don't work with disconnected graphs. I think these should either:
raise a ValueError immediately, or
return np.nan and a consistent warning of some sort.
The text was updated successfully, but these errors were encountered:
We should have some handling for disconnected graphs in our distances. Some distances explicitly don't work with disconnected graphs. I think these should either:
ValueError
immediately, ornp.nan
and a consistent warning of some sort.The text was updated successfully, but these errors were encountered: