We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c2001 commit 41be30cCopy full SHA for 41be30c
packages/nimble/tests/testthat/test-mcem.R
@@ -950,6 +950,8 @@ test_that("MCMC for simple LME case works", {
950
Laplace <- nimbleQuad::buildLaplace(model=m2, randomEffectsNodes = c("random_int", "random_slope"))
951
## Work around nimble's namespace/lookup shortcomings.
952
drop_algorithm <- nimbleQuad::drop_algorithm; quadGH <- nimbleQuad::quadGH
953
+ temporarilyAssignInGlobalEnv(drop_algorithm)
954
+ temporarilyAssignInGlobalEnv(quadGH)
955
cLaplace <- compileNimble(Laplace, project = m2)
956
MLE <- cLaplace$findMLE()
957
0 commit comments