invenia / Impute.jl

Imputation methods for missing data in julia
https://invenia.github.io/Impute.jl/latest/
Other
76 stars 11 forks source link

Pass DATADEPS_ALWAYS_ACCEPT=true to our CI job #108

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

Currently, our nice example code is erroring because it can't download the datadeps. This should fix the immediate issues. The longer term fix would be to pass strict=true to makedocs when Documenter is update to error on exception in @repl blocks.

https://github.com/invenia/Impute.jl/issues/109