Skip to content

Commit

Permalink
Update test-model_name.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorzek authored Aug 10, 2023
1 parent 21de41b commit 6e9d441
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-model_name.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ test_that("model name", {
data = OpenMx::Bollen) |>
mxTryHard()

testthat::expect_true(abs(logLik(fit) - logLik(fit_named)) < 1e-5)
testthat::expect_true(fit_named$name == "Bollen_Pol_Dem")


Expand Down Expand Up @@ -77,6 +76,5 @@ test_that("model name", {
data = OpenMx::Bollen) |>
mxTryHard()

testthat::expect_true(abs(logLik(fit) - logLik(fit_named)) < 1e-5)
testthat::expect_true(fit_named$name == "Bollen_Pol_Dem")
})

0 comments on commit 6e9d441

Please sign in to comment.