Skip to content

Commit

Permalink
fix: undo exclude argument in dnnsurv parameter test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Oct 17, 2023
1 parent 545f3d9 commit e3cb862
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions tests/testthat/test_paramtest_survivalmodels_surv_dnnsurv.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,7 @@ test_that("paramtest surv.dnnsurv train", {
"time_variable", # handled internally
"status_variable", # handled internally
"x", # unused
"y", # unused
"rho", # handled internally
"global_clipnorm", # handled internally
"use_ema", # handled internally
"ema_momentum", # handled internally
"ema_overwrite_frequency", # handled internally
"jit_compile", # handled internally
"initial_accumultator_value", # handled internally
"amsgrad", # handled internally
"lr_power", # handled internally
"l1_regularization_strength", # handled internally
"l2_regularization_strength", # handled internally
"l2_shrinkage_regularization_strength", # handled internally
"beta", # handled internally
"centered" # handled internally
"y" # unused
)

paramtest = run_paramtest(learner, fun_list, exclude, tag = "train")
Expand Down

0 comments on commit e3cb862

Please sign in to comment.