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 fd61006 commit d15551b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-logLik.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ test_that("logLik", {
skip_if_not_installed("plm")
skip_if_not_installed("withr")

expr <- getOption("expressions")
options(expressions = 25)
withr::local_options(list(expressions = 25))
set.seed(1)
nnn <- 100
ddta <- data.frame(
Expand Down

0 comments on commit d15551b

Please sign in to comment.