Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dklein-pik committed Sep 22, 2023
1 parent 2f9feeb commit 548922c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start/run.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ run <- function() {
# Use the name to check whether it is a coupled run (TRUE if the name ends with "-rem-xx")
coupled_run <- grepl("-rem-[0-9]{1,2}$",cfg$title)
# Don't start subsequent runs form here if REMIND runs coupled. They are started in start_coupled.R instead.
# Only if his run has been restarted manually cfg$restart_subsequent_runs is TRUE. If the run is resumed after
# Only if this run has been restarted manually cfg$restart_subsequent_runs is TRUE. If the run is resumed after
# preemtion it is just NULL and isFALSE(NULL) is FALSE, so subsequent standalone runs will be started.
start_subsequent_runs <- ! isFALSE(cfg$restart_subsequent_runs) && ! coupled_run

Expand Down

0 comments on commit 548922c

Please sign in to comment.