Skip to content

Commit

Permalink
Update tests/testthat/test-logLik.R
Browse files Browse the repository at this point in the history
Co-authored-by: Indrajeet Patil <[email protected]>
  • Loading branch information
strengejacke and IndrajeetPatil committed Sep 27, 2023
1 parent d15551b commit 201f3c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-logLik.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ test_that("logLik", {
)
l2 <- logLik(m2)
expect_equal(l1, l2, tolerance = 1e-3, ignore_attr = TRUE)
options(expressions = expr)
})

0 comments on commit 201f3c3

Please sign in to comment.