Skip to content

Commit 0e5e8c3

Browse files
Update R/compile_keras_grid.R
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5667e05 commit 0e5e8c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/compile_keras_grid.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ inform_errors <- function(compiled_grid, n = 10) {
200200
cli::cli_text("Error Message:")
201201
cli::cli_code(row$error)
202202
}
203-
204203
if (nrow(error_grid) > n) {
205204
cli::cli_alert_info("... and {nrow(error_grid) - n} more errors.")
206205
}

0 commit comments

Comments
 (0)