Skip to content

Commit c36cbb9

Browse files
committed
up
1 parent e1bf175 commit c36cbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/inverse_problems/petab_ode_param_fitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ nothing # hide
450450
where `"OptimizationRuns"` is the name of the save directory (specified in `calibrate_model_multistart`). If the OptimizationRuns folder contains the output from several runs, we can designate which to load using the `which_run` argument. Here we load the second run to be saved in that folder:
451451
```@example petab1
452452
res_ms = PEtabMultistartOptimisationResult("OptimizationRuns"; which_run="2")
453-
rm("OptimizationRuns", recursive=true) # hide
453+
foreach(f -> rm(joinpath("OptimizationRuns", f), recursive=true), readdir("OptimizationRuns")) # hide
454454
nothing # hide
455455
```
456456
By default, `which_run` loads the first run saved to that directory.

0 commit comments

Comments
 (0)