Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed May 30, 2024
2 parents e84f20f + 039f336 commit 6b44d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-brm_recenter_nuisance.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ test_that("multiplication works", {
mean(data$biomarker1),
attr(archetype$nuisance_biomarker1, "brm_center")
)
center <- mean(data$biomarker1)
expect_equal(
max(abs((data$biomarker1 - center) - archetype$nuisance_biomarker1)),
0
Expand Down

0 comments on commit 6b44d24

Please sign in to comment.