Skip to content

Commit 9f79098

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

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
@@ -183,7 +183,6 @@ inform_errors <- function(compiled_grid, n = 10) {
183183
"`compiled_grid` must be a data frame produced by `compile_keras_grid()`."
184184
)
185185
}
186-
187186
error_grid <- compiled_grid %>%
188187
dplyr::filter(!is.na(error))
189188

0 commit comments

Comments
 (0)