Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Oct 24, 2023
1 parent 2d75803 commit 0e4d243
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/test-orsf_pd.R
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0e4d243

Please sign in to comment.