HurdleDMR.jl
HurdleDMR.jl copied to clipboard
Occasional failures on windows
Fitting a DMR or HDMR on windows sometimes fails when trying to map memory (mmap
), with parallel=true
and local_cluster=true
specified (the default).
A workaround is to specify local_cluster=false
or to turn off parallelization altogether with parallel=false
.
This problem should go away after #6 is resolved.