Skip to content

Commit

Permalink
fix timing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinju committed Oct 13, 2024
1 parent 14128ac commit 6eb04ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/timing.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ compute_time <- function(internal) {
data.table::setcolorder(iter_timing_secs_dt, "iter")

total_time_secs <- main_timing_list[[length(main_timing_list)]] - main_timing_list[[1]]
total_time_secs <- as.double(total_time_secs, units = "secs")


timing_output <- list(
Expand Down

0 comments on commit 6eb04ea

Please sign in to comment.