Tractables / ProbabilisticCircuits.jl

Probabilistic Circuits from the Juice library
https://tractables.github.io/ProbabilisticCircuits.jl/dev
Apache License 2.0
104 stars 11 forks source link

`logsumexp(x::Real, y::Real)` is deprecated, use `logaddexp(x, y)` instead. #39

Closed khosravipasha closed 3 years ago

khosravipasha commented 3 years ago

For now will turn off the --depwarn=error for the tests to pass.

khosravipasha commented 3 years ago

Cannot reporduce this warning anymore, probably was solved by another commit.

If it happens again, it is probably confusing https://github.com/Juice-jl/LogicCircuits.jl/blob/98b974a212b2084d4818b4e0c74961c1cc537c2b/src/Utils/misc.jl#L146 with this https://github.com/JuliaStats/StatsFuns.jl/blob/master/src/basicfuns.jl#L215