We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f693b90 commit a0d7cbdCopy full SHA for a0d7cbd
tests/testthat/test-dist_quantiles.R
@@ -68,6 +68,6 @@ test_that("arithmetic works on quantiles", {
68
expect_identical(dstn / 4, dstn2)
69
expect_identical((1/4) * dstn, dstn2)
70
71
- expect_identical(parameters(sum(dstn))$q[[1]], as.double(1:4 + 8:11))
+ expect_error(sum(dstn))
72
expect_error(suppressWarnings(dstn + distributional::dist_normal()))
73
})
0 commit comments