Ross Barnowski

Results 296 comments of Ross Barnowski

I believe the specific issues that were causing this have been addressed by #7311 . If new uploader issues crop up let's open a fresh issue!

Thanks @claussmann ! I was wondering if you could give a high-level summary (from your perspective) of how these voting-based indices relate to e.g. the [voterank](https://networkx.org/documentation/latest/reference/algorithms/generated/networkx.algorithms.centrality.voterank.html) algorithm. I think this...

A quick look at the blame shows that the example was originally added 18+ years ago (!). I didn't look through it in detail, but there are some things that...

These failures are almost certainly related to a bad interaction between the parallelization and the under-the-hood parallelization from blas (via scipy). I also suspect that this may be specific to...

@MridulS I think this one would benefit from your insight on what the desired behavior is re: the removed test!

> Neither strikes me as particularly elegant. Changing the FancyArrowPatch label is easy, but the line labels are ugly/don't really match the lines (perhaps that is an upstream issue for...

Linking to #5423 which discusses the `pairwise` bullet explicitly.

Also, the [match statement](https://peps.python.org/pep-0636/) is a really exciting feature!

The "automatic" features have already been handled by `pyupgrade` - the other more involved changes (e.g. using the match statement) should be handled on a case-by-case basis, so I'll go...

> I'm fine with making this PR just be about the perfect_elimination_order stuff -- and having the change to is_chordal be considered in a separate PR. The first functions will...