Compare commits
10 Commits
df88bb70d8
...
f515dcda51
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f515dcda51 | ||
|
|
abca8c1c86 | ||
|
|
30f2f4e0bc | ||
|
|
5de8f2a23c | ||
|
|
e865097472 | ||
|
|
5ef318324c | ||
|
|
6e9f31234e | ||
|
|
f72e49a4a9 | ||
|
|
9fc504f5c8 | ||
|
|
73ab5d43f3 |
@ -16,8 +16,8 @@ calibrateMuso <- function(measuredData, parameters =read.csv("parameters.csv", s
|
||||
thread_prefix="thread", numCores = max(c(parallel::detectCores()-1,1)), pb = txtProgressBar(min=0, max=iterations, style=3),
|
||||
maxLikelihoodEpc=TRUE,
|
||||
pbUpdate = setTxtProgressBar, outputLoc="./", method="GLUE",lg = FALSE, w=NULL, ...){
|
||||
|
||||
future::plan(future::multisession(workers = numCores))
|
||||
|
||||
future::plan(future::multisession, workers = numCores)
|
||||
file.remove(list.files(path = settings$inputLoc, pattern="progress.txt", recursive = TRUE, full.names=TRUE))
|
||||
file.remove(list.files(path = settings$inputLoc, pattern="preservedCalib.csv", recursive = TRUE, full.names=TRUE))
|
||||
unlink(file.path(settings$inputLoc,"thread"),recursive=TRUE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user