Dan Schult
Dan Schult
The last comment in #6710 points out that not all the nodes are present in the networkx result for `immediate_dominators`. So having all nodes in a returned dict is not...
What would the instructions for installing via conda/mamba look like? Should we keep the requirements files around just for that?
We expect that project to be a "Large project" in the language GSOC uses (~350 hours). We could also see a smaller version of this project for perhaps a different,...
I include a comment with the term Fixes #6899 so that merging this PR automatically closes that issue. More on [linking a Pr to an Issue]( https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) [Edit: -- oops!...
I think the tests actually passed -- it was a red X because one test got canceled, but rerunning it allowed it to pass. A second test could be a...
Yes -- I was referring to the test added and then removed. That tested the "no basal nodes" exception.
Yes -- could you add it again, and a test for a network that should work, but with an added isolated node so that it doesn't work -- and raises...
There have been a number of corner case problems with the `all_node_cuts` function over the years: #6558, #3039, #1976 The PR #3039 represented a substantial change that corrected "[multiple incorrect...
I think the first comment above (with maybe bugs) runs OK on my machine -- as also reported by @amcandio ``` >>> import networkx as nx >>> import igraph as...
Thanks for this! It looks like the same code idiom is used in `networkx/readwrite/edgelist.py` line 250. So the fix should be applied there too.