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 d0cced3 commit e64d1a7Copy full SHA for e64d1a7
tests/testthat/test_linear_reg_spark.R
@@ -28,7 +28,7 @@ test_that('spark execution', {
28
fit(
29
linear_reg() %>% set_engine("spark"),
30
control = ctrl,
31
- Sepal_Length ~ .,
+ compounds ~ .,
32
data = hpc_linreg_tr
33
),
34
regexp = NA
0 commit comments