Skip to content

Commit

Permalink
predict third test
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Aug 27, 2023
1 parent dc85e98 commit 0eaa2b5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/testthat/test-predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ test_that("predict cis", {
expect_s3_class(pred, "tbl")
expect_snapshot_data(pred, "pred_cis")
})
#
# test_that("predict not average", {
# fits <- ssd_fit_dists(ssddata::ccme_boron)
#
# pred <- predict(fits, average = FALSE)
# expect_s3_class(pred, "tbl")
# expect_snapshot_data(pred, "pred_notaverage")
# })
#

test_that("predict not average", {
fits <- ssd_fit_dists(ssddata::ccme_boron)

pred <- predict(fits, average = FALSE)
expect_s3_class(pred, "tbl")
expect_snapshot_data(pred, "pred_notaverage")
})

# test_that("predict cis fitburrlioz", {
# fits <- ssd_fit_burrlioz(ssddata::ccme_boron)
#
Expand Down

0 comments on commit 0eaa2b5

Please sign in to comment.