Skip to content

Commit 8190292

Browse files
committed
tweak test
1 parent 68592d2 commit 8190292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-coord-polar.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test_that("polar distance is calculated correctly", {
99
)
1010
coord <- coord_polar()
1111
panel_params <- coord$setup_panel_params(scales$x, scales$y)
12-
dists <- coord$distance(dat$theta, dat$r, panel_params)
12+
dists <- coord$distance(dat$theta, dat$r, panel_params, boost = 1)
1313

1414
# dists is normalized by dividing by this value, so we'll add it back
1515
# The maximum length of a spiral arc, from (t,r) = (0,0) to (2*pi,1)

0 commit comments

Comments
 (0)