Skip to content

Commit

Permalink
avoid unnecessary deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Aug 23, 2024
1 parent c286530 commit bb49f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ lg$set_threshold("warn")
options(warnPartialMatchArgs = TRUE)
options(warnPartialMatchAttr = TRUE)
options(warnPartialMatchDollar = TRUE)
options(mlr3.warn_deprecated = FALSE) # avoid triggers when expect_identical() accesses deprecated fields


# simulate packages that extend existing task type
Expand Down

0 comments on commit bb49f16

Please sign in to comment.