Skip to content

Commit 51d3da7

Browse files
committed
Updated R unit tests
1 parent 7d7f38a commit 51d3da7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/R/testthat/test-bart.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
})

test/R/testthat/test-bcf.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)