Simon Lizotte
Results
2
issues of
Simon Lizotte
Using pip install with the current version doesn't install the package's source files. I translated the `setup.py` to a `pyproject.toml`, which now installs the project properly. It seems to be...
### What is the expected enhancement? I want to read an edge list (e.g. using `PyGraph.read_edge_list`) and make sure that the returned graph contains no self-loops and no parallel edges....