Problem with find_edge_range(), bad declaration of _ converter
In the find_edge_range() function, _converter is declared as converter instead. I fixed the declaration and the function appears to work as expected.
Please use the issue tracker only to report bugs (i.e. errors in the library that need to be fixed) or feature requests.
Please check if the current git version also has the same problem. An easy way to do this is to use google colab!
For questions about how to compile, install or use the library, please use instead the web forum at https://forum.skewed.de/c/graph-tool.
(If unsure, use the forum first.)
IMPORTANT: When opening new issues, please fill out the required information listed in the issue template!
In the find_edge_range() function, _converter is declared as converter instead. I fixed the declaration and the function appears to work as expected.