Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Jan 27, 2025
1 parent 3e707c0 commit b3d5dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-smallCLR.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test_that("Small conditional poisson regression with an offset", {
cyclopsFit <- fitCyclopsModel(dataPtr,
prior = createPrior("none"))

expect_equal(coef(cyclopsFit), vcov(gold.cp))
expect_equal(coef(cyclopsFit), coef(gold.cp))
expect_equal(vcov(cyclopsFit), vcov(gold.cp))
})

Expand Down

0 comments on commit b3d5dd5

Please sign in to comment.