This commit is contained in:
Swapnil Mishra 2020-04-10 18:13:53 +01:00 коммит произвёл GitHub
Родитель a1e97e54e5
Коммит 9fb3351a0b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

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!")
#}