Skip to content

Commit

Permalink
fixed progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
frahik committed Aug 16, 2018
1 parent 93cc1f8 commit ec7c207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/BayesianCore.R
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ BGLR <- function(y, response_type = "gaussian", a = NULL, b = NULL, ETA = NULL,
}

pb <- progress::progress_bar$new(format = "Fitting the model [:bar] :percent; Time remaining: :eta",
total = nIter/20L, clear = FALSE, )
total = nIter/20L, clear = FALSE)

# Gibbs sampler
#time = proc.time()[3]
Expand Down

0 comments on commit ec7c207

Please sign in to comment.