Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 23, 2023
1 parent e167a9a commit 503195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-get_variance.R
Original file line number Diff line number Diff line change
Expand Up @@ -376,5 +376,5 @@ test_that("fixed effects variance for rank-deficient models, #765", {
)
})
out <- get_variance_fixed(mod_TMB)
expect_equal(c(var.fixed = 627.03661), tolerance = 1e-4)
expect_equal(out, var.fixed = 627.03661, tolerance = 1e-4)
})

0 comments on commit 503195e

Please sign in to comment.