Skip to content

Commit

Permalink
Expose #26
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Sep 26, 2023
1 parent 358f5f7 commit b760159
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-bbt_run.R
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,12 @@ test_that("Run MRCA, no distr, subset of taxa", {
})

test_that("RLN and non-monophyletic MRCA with distribution, Issue 29, #29", {
skip("#29")

if (!beastier::is_beast2_installed()) return()



# Thanks to Raphael Scherrer for sharing this bug
fasta_filename <- get_fasta_filename()
lines <- beautier::create_beast2_input(
Expand All @@ -661,6 +664,7 @@ test_that("RLN and non-monophyletic MRCA with distribution, Issue 29, #29", {
})

test_that("RLN and monophyletic MRCA with distribution, Issue 29, #29", {
skip("#29")

if (!beastier::is_beast2_installed()) return()

Expand Down
3 changes: 3 additions & 0 deletions tests/testthat/test-issues.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
test_that("use", {

skip("#26")
if (!is_beast2_installed()) return()

filename <- get_babette_path(
Expand Down Expand Up @@ -40,6 +42,7 @@ test_that("use", {
})

test_that("use", {
skip("#26")
if (!is_beast2_installed()) return()
inference_model <- create_test_inference_model(
clock_model = create_rln_clock_model(),
Expand Down

0 comments on commit b760159

Please sign in to comment.