JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
463 stars 92 forks source link

New centrality tests are failing #285

Closed gdalle closed 1 year ago

gdalle commented 1 year ago

The new centrality tests introduced by #272 seem to be responsible for CI failures in #268 (sorry @Dolgalad). @simonschoelly any clue about this?

simonschoelly commented 1 year ago

I did not have time to look deeply into it, but I doubt that #272 is responsible for this, as tests have passed before.

gdalle commented 1 year ago

Ok, then it's probably the modification to Dijkstra that is to blame