Skip to content

Commit

Permalink
Open up more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Dec 26, 2023
1 parent 85928d6 commit da35218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# Clock model: RLN + tipdates
################################################################################

test_that("RLN + tipdates, v2.6", {
## https://github.com/ropensci/babette/issues/99"
test_that("#99: RLN + tipdates, v2.6", {
inference_model <- create_inference_model(
tree_prior = create_yule_tree_prior(
birth_rate_distr = create_uniform_distr(id = 1)
Expand Down
5 changes: 2 additions & 3 deletions tests/testthat/test-tree_prior_to_xml_operators.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ test_that("Yule, v2.6", {
expect_true(are_equivalent_xml_lines(created, expected))
})

test_that("RLN + tipdates, v2.6", {
# Irreproducible error
skip("'scaleFactor' is in BEAUti file, using an unknown version of BEAUti")
test_that("#99: RLN + tipdates, v2.6", {

inference_model <- create_inference_model(
tree_prior = create_yule_tree_prior(
id = "test_output_0",
Expand Down

0 comments on commit da35218

Please sign in to comment.