Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 29, 2024
1 parent 3cacdfd commit 1c9ab9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-model_parameters.mclogit.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ withr::with_options(
params <- model_parameters(m2)
expect_snapshot(params)
})

skip_on_os(c("mac", "linux"))
test_that("simulate_parameters.mblogit", {
set.seed(1234)
params <- simulate_parameters(m2)
Expand Down

0 comments on commit 1c9ab9f

Please sign in to comment.