Skip to content

Commit

Permalink
fix: remove start time from optimize_default
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jan 30, 2024
1 parent 92f722c commit ae1b895
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ transform_xdt_to_xss = function(xdt, search_space) {
#' @export
optimize_default = function(inst, self, private) {
assert_instance_properties(self, inst)
if (is.null(inst$archive$start_time)) inst$archive$start_time = Sys.time()
if (isNamespaceLoaded("progressr")) {
# initialize progressor
# progressor must be initialized here because progressor finishes when exiting a function since version 0.7.0
Expand Down

0 comments on commit ae1b895

Please sign in to comment.