зеркало из https://github.com/Azure/covid19model.git
Update base.r
This commit is contained in:
Родитель
a1e97e54e5
Коммит
9fb3351a0b
8
base.r
8
base.r
|
@ -232,7 +232,7 @@ ggsave(sprintf("results/%s-final-rt.png",filename),g,width=4,height=6)
|
|||
system(paste0("Rscript plot-3-panel.r ", filename,'-stanfit.Rdata'))
|
||||
system(paste0("Rscript plot-forecast.r ",filename,'-stanfit.Rdata'))
|
||||
system(paste0("Rscript make-table.r results/",filename,'-stanfit.Rdata'))
|
||||
verify_result <- system(paste0("Rscript web-verify-output.r ", filename,'.Rdata'),intern=FALSE)
|
||||
if(verify_result != 0){
|
||||
stop("Verification of web output failed!")
|
||||
}
|
||||
# verify_result <- system(paste0("Rscript web-verify-output.r ", filename,'.Rdata'),intern=FALSE)
|
||||
#if(verify_result != 0){
|
||||
# stop("Verification of web output failed!")
|
||||
#}
|
||||
|
|
Загрузка…
Ссылка в новой задаче