Skip to content

Commit

Permalink
Merge pull request #267 from luukvdmeer/is.directed
Browse files Browse the repository at this point in the history
is.directed -> is_directed
  • Loading branch information
luukvdmeer authored Apr 9, 2024
2 parents 73bfcc7 + 214458e commit 3b0ac0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_morphers.R
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ test_that("morphers return same network when there is no morphing
suppressWarnings(ecount(convert(subd_u, to_spatial_subdivision)))
)
expect_equal(
is.directed(net_d),
is.directed(convert(net_d, to_spatial_directed))
is_directed(net_d),
is_directed(convert(net_d, to_spatial_directed))
)
expect_setequal(
st_geometry(activate(net_l, "edges")),
Expand Down

0 comments on commit 3b0ac0a

Please sign in to comment.