TuringLang / AdvancedHMC.jl

Robust, modular and efficient implementation of advanced Hamiltonian Monte Carlo algorithms
https://turinglang.org/AdvancedHMC.jl/
MIT License
228 stars 39 forks source link

fix: conflict of @main from Base (nightly) #362

Closed xukai92 closed 8 months ago

xukai92 commented 8 months ago

https://github.com/comonicon/Comonicon.jl/issues/257

yebai commented 8 months ago

Thanks @xukai92!

torfjelde commented 8 months ago

Just to clarify: this fixed the issues in nightly tests of #360 ?

xukai92 commented 8 months ago

yes and no. there are multiple failure in the nightly test of #360 and this only fixes one of them. those CUDA related ones (e.g. https://github.com/TuringLang/AdvancedHMC.jl/pull/360#issuecomment-1830896941) remain failed.

torfjelde commented 8 months ago

Gotcha :+1: