Skip to content

Commit f83c129

Browse files
fix the calib object not being saved at the end of calibration
1 parent 3c1204c commit f83c129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/calibration_steps.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ calibration_step1 <- function(calib_object, n_cores) {
2424
} else {
2525
proposals <- make_proposals(calib_object, results)
2626
save_proposals(calib_object, proposals)
27-
save_calib_object(calib_object)
2827
}
28+
save_calib_object(calib_object)
2929

3030
print_log(calib_object)
3131
}

0 commit comments

Comments
 (0)