Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xrobin committed Jul 28, 2024
1 parent f45ae45 commit 9d32e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ test_that("PR curve with CI works", {
set.seed(42) # For reproducible CI

co <- coords(r.s100b, x = "all", input="recall", ret=c("recall", "precision"))
ci <- ci.coords(roc1, x = seq(0, 1, .1), input="recall", ret="precision")
ci <- ci.coords(r.s100b, x = seq(0, 1, .1), input="recall", ret="precision")
plot(co, type="l", ylim = c(0, 1))
plot(ci, type="shape")
plot(ci, type="bars")
Expand Down

0 comments on commit 9d32e59

Please sign in to comment.