Skip to content

Commit ad5febc

Browse files
committed
chore: remove teardown
1 parent c779ec1 commit ad5febc

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

man-roxygen/note_kknn.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
#' * `data`: Training data for calling [kknn::kknn()] during `$predict()`.
88
#' * `pv`: Training parameters for calling [kknn::kknn()] during `$predict()`.
99
#' * `kknn`: Model as returned by [kknn::kknn()], only available **after** `$predict()` has been called.
10-
#' This is not stored by default, you must set hyperparameter `store_model` to `TRUE`.
10+
#' This is not stored by default, you must set hyperparameter `store_model` to `TRUE`.

tests/testthat/helper.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
library(checkmate)
22
library(mlr3)
33

4-
lapply(list.files(system.file("testthat", package = "mlr3"),
5-
pattern = "^helper.*\\.[rR]$", full.names = TRUE), source)
4+
lapply(list.files(system.file("testthat", package = "mlr3"), pattern = "^helper.*\\.[rR]$", full.names = TRUE), source)

tests/testthat/teardown.R

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)