Skip to content

Commit

Permalink
Update tests/testthat/test-stroke.R
Browse files Browse the repository at this point in the history
Co-authored-by: Claudiu Forgaci <[email protected]>
  • Loading branch information
fnattino and cforgaci authored Jan 20, 2025
1 parent fb99f0d commit 808bdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-stroke.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ test_that("flow mode does not break edges on a real dataset", {
strokes <- rcoins::stroke(edges, flow_mode = TRUE)

# find out which of the initial edges are contained in each of the strokes
# NOTE: edges included in self-interesecting strokes can be missed by the
# NOTE: edges included in self-intersecting strokes can be missed by the
# following command, if the test fails double check the input!
contains <- sf::st_contains(strokes, edges)

Expand Down

0 comments on commit 808bdc3

Please sign in to comment.