Skip to content

Commit 194cf86

Browse files
committed
Fix test (issue #129)
1 parent bd984d5 commit 194cf86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testthat/test-geom_polygon_auc.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ test_that("geom_polygon_auc works with percent and legacy.axes = TRUE", {
1717

1818
test_that("geom_polygon_auc works with percent and legacy.axes = TRUE", {
1919
test_geom_polygon_auc_partial_screenshot <- function() {
20-
auc_sp = auc(roc.s100b, partial.auc = c(0.8, 0.9), partial.auc.focus="sp")
21-
auc_se = auc(roc.s100b, partial.auc = c(0.8, 0.9), partial.auc.focus="se")
22-
print(ggroc(roc.s100b) +
20+
auc_sp = auc(r.s100b, partial.auc = c(0.8, 0.9), partial.auc.focus="sp")
21+
auc_se = auc(r.s100b, partial.auc = c(0.8, 0.9), partial.auc.focus="se")
22+
print(ggroc(r.s100b) +
2323
geom_polygon_auc(auc_se) +
2424
geom_polygon_auc(auc_sp))
2525
}

0 commit comments

Comments
 (0)