Skip to content

Commit

Permalink
fit_model() on n2kManifest displays the system time
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Dec 5, 2024
1 parent 7180762 commit 96be962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/fit_model_n2k_manifest.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ setMethod(
display(
verbose = verbose,
message = sprintf(
"Processing %i from %i (%.2f%%)", i, length(to_do),
100 * (i - 1) / length(to_do)
"Processing %i from %i (%.2f%%) %s", i, length(to_do),
100 * (i - 1) / length(to_do), Sys.time()
)
)
result <- try(fit_model(
Expand Down

0 comments on commit 96be962

Please sign in to comment.