Skip to content

Commit

Permalink
fix the calib object not being saved at the end of calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienLeGuillou committed Feb 16, 2024
1 parent 3c1204c commit f83c129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calibration_steps.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ calibration_step1 <- function(calib_object, n_cores) {
} else {
proposals <- make_proposals(calib_object, results)
save_proposals(calib_object, proposals)
save_calib_object(calib_object)
}
save_calib_object(calib_object)

print_log(calib_object)
}
Expand Down

0 comments on commit f83c129

Please sign in to comment.