Skip to content

Commit

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

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


0 comments on commit 3bccd65

Please sign in to comment.