File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ test_that("Random Effects BART", {
529529 num_burnin = 10 ,
530530 num_mcmc = 10 ,
531531 mean_forest_params = mean_forest_param_list ,
532- rfx_params = rfx_param_list
532+ random_effects_params = rfx_param_list
533533 )
534534 )
535535
@@ -558,7 +558,7 @@ test_that("Random Effects BART", {
558558 num_burnin = 10 ,
559559 num_mcmc = 10 ,
560560 mean_forest_params = mean_forest_param_list ,
561- rfx_params = rfx_param_list
561+ random_effects_params = rfx_param_list
562562 )
563563 )
564564})
Original file line number Diff line number Diff line change @@ -750,7 +750,7 @@ test_that("Random Effects BCF", {
750750 num_gfr = 10 ,
751751 num_burnin = 0 ,
752752 num_mcmc = 10 ,
753- rfx_params = rfx_param_list
753+ random_effects_params = rfx_param_list
754754 )
755755 )
756756
@@ -779,7 +779,7 @@ test_that("Random Effects BCF", {
779779 num_gfr = 10 ,
780780 num_burnin = 0 ,
781781 num_mcmc = 10 ,
782- rfx_params = rfx_param_list
782+ random_effects_params = rfx_param_list
783783 )
784784 )
785785})
You can’t perform that action at this time.
0 commit comments