Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Mar 11, 2024
1 parent aad1904 commit 845dc23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ test_that("Summary na.rm", {
expect_true(all(is.na(s2@parameters$nu[1, ])))
expect_true(all(is.na(s2@parameters$nu[4, ])))
ChainSC@parameters$nu[1, 1:ncol(ChainSC@parameters$nu)] <- NA
expect_error(s3 <- Summary(ChainSC, na.rm = TRUE))
})

test_that("subset", {
Expand Down

0 comments on commit 845dc23

Please sign in to comment.