You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked a bit at the PRs that we have introduced since v1.8 - it looks mostly good, but there are a few things that we probably should fix before a next release, so that we don't introduce new bugs:
Try to fix the bugs that we have on nightly - but I suspect that this might be an issue with JET.jl, so maybe we cannot.
Minor:
Some normalized_cut() fixes #84 was merged, but that PR uses some magic constant - I am not completely sure that this is the right way - but on the other hand we could argue that this replaces a bug with another one, so maybe we can ignore it.
The text was updated successfully, but these errors were encountered:
Wanna do it, since you wrote all of the GenericGraph infrastructure?
Yeah it has something to do with JET on nightly. My fix would be to keep nightly CI (and not Stop running CI on nightly? #295) but decouple it from the "build passing" badge
Do you mean dnz = abs.(diag(D)) .>= 1E-16? Maybe we can do eps(T) instead?
I looked a bit at the PRs that we have introduced since v1.8 - it looks mostly good, but there are a few things that we probably should fix before a next release, so that we don't introduce new bugs:
GenericGraph(elist::Vector{Graphs.SimpleGraphEdge{T}})
function introduced in Eulerian cycles/trails for undirected graphs #232 => addressed in Remove non-default GenericGraph constructor #308Minor:
The text was updated successfully, but these errors were encountered: