You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functionally, there is no reason why ModelArray can't run on Windows. However, forked processing as implemented with .parallel_dispatch does not work on Windows.
Add a guard that defaults to n_cores <-1 if on Windows.
Functionally, there is no reason why ModelArray can't run on Windows. However, forked processing as implemented with
.parallel_dispatchdoes not work on Windows.Add a guard that defaults to
n_cores <-1if on Windows.