We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11a4fc commit 053c3f9Copy full SHA for 053c3f9
R/pkg/inst/tests/testthat/test_mllib.R
@@ -81,7 +81,7 @@ test_that("spark.glm and predict", {
81
model <- glm(y ~ x, family = Gamma, df)
82
out <- capture.output(print(summary(model)))
83
expect_true(any(grepl("Dispersion parameter for gamma family", out)))
84
-
+
85
# Test stats::predict is working
86
x <- rnorm(15)
87
y <- x + rnorm(15)
0 commit comments