From 0e4d2431342144c7b0ef5c79288cc9e300990c11 Mon Sep 17 00:00:00 2001 From: byron jaeger Date: Tue, 24 Oct 2023 08:07:57 -0400 Subject: [PATCH] fix test --- tests/testthat/test-orsf_pd.R | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/testthat/test-orsf_pd.R b/tests/testthat/test-orsf_pd.R index 3dc65f3e..826d58c4 100644 --- a/tests/testthat/test-orsf_pd.R +++ b/tests/testthat/test-orsf_pd.R @@ -154,12 +154,12 @@ for(i in seq_along(funs)){ # pred_horizon = 1000 # ) # -# pd_vals_smry <- orsf_pd_new( -# fit, -# new_data = pbc_orsf, -# pred_spec = list(bili = 1:4), -# pred_horizon = 1000 -# ) +pd_vals_smry <- orsf_pd_new( + fit, + new_data = pbc_orsf, + pred_spec = list(bili = 1:4), + pred_horizon = 1000 +) # # test_that( # 'ice values summarized are the same as pd values',