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
Is your feature request related to a problem? Please describe.
As per Tutorial 1, calling edge_distance (H.edge_distance(4, 6, s=2)) can generate a warning.
A mild improvement would be to make the warning a specific class in hypernetx (as the Exceptions are); this gives finer control over warnings to users.
(i do not require this to be fixed for my JOSS review)
The text was updated successfully, but these errors were encountered:
Merge in HYP/hypernetx from hotfix/HYP-362 to develop
* commit '1fd8505a5c63822408d1c0d07d6afc75e9b1891b':
bump: version 2.1.1 → 2.1.2
Run linter on LICENSE.rst
updated License
Is your feature request related to a problem? Please describe.
As per Tutorial 1, calling
edge_distance
(H.edge_distance(4, 6, s=2)
) can generate a warning.A mild improvement would be to make the warning a specific class in
hypernetx
(as the Exceptions are); this gives finer control over warnings to users.(i do not require this to be fixed for my JOSS review)
The text was updated successfully, but these errors were encountered: