Skip to content

Commit

Permalink
* R/irace_summarise.R: Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Jul 18, 2024
1 parent 9cd8419 commit 3a0b6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/irace_summarise.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ irace_summarise <- function(iraceResults)
if (is.null(version))
version <- iraceResults$irace.version

time_targetrunner <- iraceResults$recovery_info$timeUsed
time_targetrunner <- iraceResults$state$recovery_info$timeUsed
if (is.null(time_targetrunner))
time_targetrunner <- iraceResults$state$timeUsed

Expand Down

0 comments on commit 3a0b6a1

Please sign in to comment.