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
Yes, It's the only issue on the nightly build.
I'm leaning towards fixing together with the change of LightGraphs (MetaGraphs) to Graphs and when the next julia rc or stable version is released.
Activity
Affie commentedon Oct 17, 2021
I just had a quick look at the CI log and the first failure is from the
log
of a negative number called from KDE.Stacktrace:
Affie commentedon Oct 21, 2021
see discourse: https://discourse.julialang.org/t/whats-going-on-with-exp-and-math-mode-fast/64619/27
Function causing issues is called here:
https://github.com/JuliaRobotics/KernelDensityEstimate.jl/blob/fda7f5d54447cbdabbccb8828971c2ad83d960e9/src/DualTree01.jl#L44
dehann commentedon Oct 21, 2021
xref JuliaLang/julia#42747
1 remaining item
Affie commentedon Oct 23, 2021
The issue above is now fixed in the julia nightly build. It will be included in v1.7.0/v1.7.0-RC3.
Affie commentedon Oct 23, 2021
The nightly tests now shows a different upstream issue:
dehann commentedon Oct 23, 2021
Looks like it's the test for
saveTree
. How far do the tests get if you suppress just that JLD2 save/load tree test?Affie commentedon Oct 23, 2021
Lets see: #1438
Affie commentedon Oct 23, 2021
Yes, It's the only issue on the nightly build.
I'm leaning towards fixing together with the change of LightGraphs (MetaGraphs) to Graphs and when the next julia rc or stable version is released.