Skip to content

Commit 5bd7cdb

Browse files
committed
Adapting test to changes
1 parent 94f429e commit 5bd7cdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/testthat/test_compile_keras_grid.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ test_that("compile_keras_grid works for sequential models", {
4545
"dense_units",
4646
"learn_rate",
4747
"compiled_model",
48-
"model_summary",
4948
"error"
5049
) %in%
5150
names(results)
@@ -98,7 +97,6 @@ test_that("compile_keras_grid works for functional models", {
9897
"dense_units",
9998
"learn_rate",
10099
"compiled_model",
101-
"model_summary",
102100
"error"
103101
) %in%
104102
names(results)

0 commit comments

Comments
 (0)