aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--R/calibrate_tranches_BC.R3
1 files changed, 3 insertions, 0 deletions
diff --git a/R/calibrate_tranches_BC.R b/R/calibrate_tranches_BC.R
index b94fd5e9..f9cc6262 100644
--- a/R/calibrate_tranches_BC.R
+++ b/R/calibrate_tranches_BC.R
@@ -111,3 +111,6 @@ for(i in seq_along(runs$name)){
loginfo("done")
}
}
+## it's really ghetto, but that works for now...
+cmd <- paste("python3" , file.path(root.dir, "code", "python", "populate_risk_numbers.py"))
+system(cmd)