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

Retest is broken #327

Open JaimeRZP opened 1 year ago

JaimeRZP commented 1 year ago

Dear team,

Recently I have noticed that the this CUDA.jl test is broken due to an issue in ReTest.jl detailed here . In #325 I have commented this test out and added a comment referring to the ReTest.jl issue.

The reason why this has gone unnoticed is becuase GitHub's CI does not have a GPU so the test was never ran.

@torfjelde suggested getting rid of Retest.jl all together since the library seems to be old.

All the best, Jaime

yebai commented 1 year ago

cc @xukai92

xukai92 commented 1 year ago

I'm happy to remove ReTest if it introduces difficulties to maintenance.