really fix merge conflict
This commit is contained in:
parent
d30776ffbf
commit
e79e4e7014
@ -171,15 +171,8 @@ multiSiteCalib <- function(measurements,
|
|||||||
result <- multiSiteThread(measuredData = measurements, parameters = parameters, calTable=calTable,
|
result <- multiSiteThread(measuredData = measurements, parameters = parameters, calTable=calTable,
|
||||||
dataVar = dataVar, iterations = threadCount[i],
|
dataVar = dataVar, iterations = threadCount[i],
|
||||||
likelihood = likelihood, threadNumber= i, constraints=constraints, th=th)
|
likelihood = likelihood, threadNumber= i, constraints=constraints, th=th)
|
||||||
<<<<<<< HEAD
|
# setwd("../../")
|
||||||
##setwd("../")
|
# return(result)
|
||||||
}
|
|
||||||
|
|
||||||
, error = function(e){
|
|
||||||
|
|
||||||
=======
|
|
||||||
setwd("../../")
|
|
||||||
return(result)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
, error = function(e){
|
, error = function(e){
|
||||||
@ -187,7 +180,6 @@ multiSiteCalib <- function(measurements,
|
|||||||
sink("error.txt")
|
sink("error.txt")
|
||||||
print(e)
|
print(e)
|
||||||
sink()
|
sink()
|
||||||
>>>>>>> origin/CIRM
|
|
||||||
saveRDS(e,"error.RDS")
|
saveRDS(e,"error.RDS")
|
||||||
writeLines(as.character(iterations),"progress.txt")
|
writeLines(as.character(iterations),"progress.txt")
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user