Ross Barnowski

Results 296 comments of Ross Barnowski

I can't reproduce either - I too suspect an environment issue, similar to #7047 (with the solution being to make sure to re-install networkx in your dev environment after changing...

@joyemang33 can you share info about the environment where you encountered these errors (e.g. the output of `pip list` or the equivalent for whichever build/env management system you use)

See also #1618 which is related - at the very least, the API changes in #1618 are more in line with what I'd advocate for in introducing this feature to...

> I am curious if the documentation here allows moving gifs in addition to static png images. Agreed - according to the sphinx gallery documentation, [animations are supported](https://sphinx-gallery.github.io/stable/auto_examples/plot_8_animations.html#sphx-glr-auto-examples-plot-8-animations-py) so this...

> maybe try spectral 2D and 3D layouts checking if they are visually OK but faster. The layout is not the bottleneck, it is the rendering. It's possible that using...

Thanks @dschult , that helps clarify the landscape here around elimination order for chordal graphs. I'm still struggling to get the full picture (esp. the difference between a perfect elimination...

Marking as draft for now, as the numpydoc validation is missing a significant number of the generators listed in #7258. At a minimum I'd like to fix the rest of...

> Another approach to all this which would allow this to work without scipy would be to use to_numpy_matrix instead of adjacency_matrix. We eventually turn the matrix into a numpy...

See also #1618 . That's a very old PR, but still valuable especially on the API side!

Personally, I'd vote to handle these types of refactors (i.e. moving where things are defined) wholistically rather than on a case-by-case basis. As you've noticed (cf. #7065), this is not...