TuringLang / Turing.jl

Bayesian inference with probabilistic programming.
https://turinglang.org
MIT License
2.04k stars 218 forks source link

ForwardDiff Optimization test failing #2369

Open penelopeysm opened 2 hours ago

penelopeysm commented 2 hours ago

https://github.com/TuringLang/Turing.jl/blob/0f46682d50ba9c9e71a76e2ba1ccc7f01c627d8a/test/optimisation/Optimisation.jl#L634-L639

Marking as @test_throws for now, but we should try to get to the bottom of it and re-enable the test.

penelopeysm commented 2 hours ago

Note that this didn't happen in older versions of Turing, #2341 seems to have introduced this and it's not clear why (it might not be code changed in that PR, it might just generally be newer versions of deps).

It also seems very likely that this is an upstream error, not a Turing one, although I haven't looked at it in any depth.