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

Simplify imports #63

Closed rikhuijzer closed 3 years ago

rikhuijzer commented 3 years ago

Use fewer using statements and place them nearer to the first call.

rikhuijzer commented 3 years ago

Doing this one via a PR because I want CI to check this before I apply it to the master branch.

rikhuijzer commented 3 years ago

So, comments in Turing models make CI fail? Very weird. Anyway, merging this