StatisticalRethinkingJulia / TuringModels.jl

Implementations of the models from the Statistical Rethinking book with Turing.jl
https://statisticalrethinkingjulia.github.io/TuringModels.jl/
MIT License
163 stars 18 forks source link

Enforce seeds for all runs #78

Closed rikhuijzer closed 3 years ago

rikhuijzer commented 3 years ago

To avoid flaky tests.

rikhuijzer commented 3 years ago

Just adding Random.seed!(...) should be enough according to Kai Xu.