Skip to content

Commit d579c06

Browse files
committed
Update loo_compare.R
1 parent ca843f4 commit d579c06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/loo_compare.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ print.compare.loo <- function(x, ..., digits = 1, p_worse = TRUE) {
164164
if (NCOL(xcopy) >= 2) {
165165
xcopy <- xcopy[, c("elpd_diff", "se_diff")]
166166
}
167-
browser()
168167
if (p_worse &&
169168
"p_worse" %in% colnames(x) &&
170169
!inherits(x, "old_compare.loo")) {

0 commit comments

Comments
 (0)