invenia / Impute.jl

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

Cleanup of old/noisy tests #67

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

Some house keeping before we try to address #66

Closes #58 and #61

NOTE: I think to address #57 we'll want to extend the test suite approach which would benefit from the proposal in #66

rofinn commented 3 years ago

More Pkg chmod issue on appveyor. I don't really know why we test on windows anyways. It isn't like we're doing anything platform specific.

omus commented 3 years ago

More Pkg chmod issue on appveyor. I don't really know why we test on windows anyways. It isn't like we're doing anything platform specific.

Should be fine to drop it. I'll note that running Windows tests on Travis is rather fast as it allows concurrent jobs.