Skip to content

Commit

Permalink
replace boston_housing with mtcars
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Nov 27, 2024
1 parent 19d95ad commit e2a4914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-TaskClassifST.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("printing works", {

test_that("Supplying a non-spatio temporal task gives descriptive error message", {
expect_error(
rsmp("spcv_coords")$instantiate(tsk("boston_housing")),
rsmp("spcv_coords")$instantiate(tsk("mtcars")),
"Must inherit from class 'TaskClassifST' or 'TaskRegrST'."
) # nolint
})
Expand Down

0 comments on commit e2a4914

Please sign in to comment.