tpapp / LogDensityProblemsAD.jl

AD backends for LogDensityProblems.jl.
MIT License
12 stars 6 forks source link

Fix AutoReverseDiff deprecation warning #34

Closed devmotion closed 3 months ago

devmotion commented 3 months ago

Fixes a deprecation warning by switching to the new form of the constructor and the type parameter of ADTypes.AutoReverseDiff introduced in ADTypes 1.5.

Ref https://github.com/TuringLang/Turing.jl/issues/2302

tpapp commented 3 months ago

I think the failure is unrelated, but we should fix that before making another release.