Dan Schult
Dan Schult
If the original paper uses the configuration model method of graph generation, we should probably do that too. We have `configurnation_model()` inside `generators/degree_seq.py` already. One caveat is that this is...
Can you describe what this is and when a user would want to consider it? Also... any citations/references?
That's cool. Please put that into a "Notes" section in the doc_string. It'll help the users avoid having to figure out what it does and when to use it. (and...
In the details the error for one of the tests said that a server that is needed to install graphviz was not available. I restarted the tests to see if...
That was the last thing we talked about -- I think everything has been done. I haven't looked through the tests thoroughly yet, but I think we're close to being...
Those two failed tests are due to a change in the testing environment that has been fixed on the main branch. Can you merge (or rebase) the main branch into...
@kpetridis24 can you also look at @rossbar comment/question (at the bottom of the PR comment stream) about the default_label changing from `None` to `-1`? Thanks!
Thanks for the gentle ping. I still am time-crunched but took a quick look. Would it reduce maintenance burden to make MixedEdgeGraph a subclass of Graph? Then much of the...
Well -- I've looked through your code a little more carefully. And I have to say that I don't see that subclassing will help very much. So many of the...
It seems like this should be included in the upstream library `flask` rather than trying to get every Python library in PyPI to import a second library in order to...