Skip to content

Commit

Permalink
tweaking errorlocalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
edwindj committed May 29, 2019
1 parent 84736ef commit 08629a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/errorlocalizer.R
Expand Up @@ -70,10 +70,10 @@ fh_localizer <-

rows <- seq_len(nrow(data))

# TODO add suggestions and status...
# TODO add suggestions, status and progress bar
i <- 0
res <- sapply(rows, function(r){
cat(".")
# cat(".")
values <- data[r,,drop=FALSE]
._miprules$set_values(values, weight[r,])
el <- ._miprules$execute(timeout=timeout, ...)
Expand Down

0 comments on commit 08629a8

Please sign in to comment.