Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Dec 13, 2024
1 parent 1bd54df commit d76d092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_mlr_measures.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ test_that("graf: t_max, p_max, times", {

# different time points considered
expect_true(m0 != m1)
# same time points are used (`t_max` does NOT remove observations)
expect_equal(m1, m2)
# same time points are used, but `t_max` also removes observations
expect_true(m1 != m2)
# different `t_max` => different time points used
expect_true(m2 != m3)
# different `t_max` but after the max evaluation time point, so result stays the same
Expand Down

0 comments on commit d76d092

Please sign in to comment.