Penelope Yong
Penelope Yong
The ubuntu/macOS + Julia 1.6 tests are failing because of image comparison regression tests, specifically on image number 6 with GR backend. Looking across a bunch of logs, it seems...
@BeastyBlacksmith, pinging you because you sorted my other PR, I hope that is ok:) I think this might be the extent to which I feel confident in fixing stuff. The...
Happy to do that! 🙂
I'm increasingly convinced by one-module-per-file 👀
Unless there's a huge performance downside or something like that, of course? I did a cursory Google search and https://www.reddit.com/r/Julia/comments/y4t0kc/is_there_a_benchmark_of_the_overhead_of_modules/ seems to suggest that _20,000_ modules is problematic, but I...
Failing test MWE ```julia using Random using Turing import ReverseDiff @model function f() x ~ Normal(0, 1) end Random.seed!(222) # cons_args is mandatory, if no constraints are passed it runs...
This method ambiguity is fixed in https://github.com/JuliaDiff/ForwardDiff.jl/pull/687, it just needs a release
cf. https://github.com/JuliaDiff/ForwardDiff.jl/pull/712
I think bumping Optimization to v4 (which in turn bumps OptimizationBase to v2) would also allow it to work with Mooncake as an AD backend (since it now goes via...
@yebai can do!