TuringLang / Turing.jl

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

Add Aqua to tests #2257

Closed mhauru closed 3 months ago

mhauru commented 3 months ago

I tried out Aqua.jl and it caught some issues worth fixing, so I fixed them and made Aqua run as part of the test suite. Had to disable the method ambiguity checks though, because it was catching a lot of ambiguities not caused by us, but rather by our dependencies.

Ping @willtebbutt since he might be interested.