Ross Barnowski
Ross Barnowski
Indeed - this has been a discussion point in NetworkX and I think [the way forward essentially involves adapting SLEP009](https://github.com/networkx/networkx/issues/4100#issuecomment-3502869035)
@ishrathtahaseen-9 just a heads up - there was already a PR open for this. Generally it's good to double-check that there aren't already existing PRs for issues. No worries in...
It looks like @MridulS 's suggestions have been overridden by a force-push. @ishrathtahaseen-9 please make sure you pull before pushing again so we don't lose the contributions from reviewers!
A couple general comments/questions: - Is this an approximation algorithm? If so, it should live in the `approximation` sub package! - How does this relate to the `extrema_bounding` approach built...
Another option might be to have users provide `k` in the signature instead of epsilon... AFAICT `epsilon` is only used to compute `k` - why not `k=None` by default where...
This was fixed in #6088
Adding the `close?` label for now - see https://github.com/networkx/networkx/pull/7965#issuecomment-3053379335 for discussion!
As a reminder: the main motivation of this PR is to improve the animation performance, primarily to reduce doc CI burden. This PR does reduce the total time on the...
> keep both references in the basic example; The removal of the reference to sphinx-gallery was intentional - that's more of a tooling consideration that is more likely to be...
I'm going to go ahead and close this as it seems to be autogenerated code that doesn't conform to any of the contribution guidelines. Improvements remain welcome, but should be...