mlr3proba icon indicating copy to clipboard operation
mlr3proba copied to clipboard

Stricter testing

Open mllg opened this issue 3 years ago • 0 comments

These options should be set to get warnings for (unwanted) partial argument matching:

options(
  warnPartialMatchDollar = TRUE,
  warnPartialMatchArgs = TRUE,
  warnPartialMatchAttr = TRUE
)

--> https://github.com/mlr-org/mlr3/blob/main/tests/testthat/setup.R and https://github.com/mlr-org/mlr3/blob/main/tests/testthat/teardown.R for an example.

Furthermore, https://github.com/mlr-org/mlr3/issues/781.

mllg avatar Mar 01 '22 17:03 mllg