Test fails with the development version of igraph #232
Labels
bug 🐛
Something isn't working
high priority ⏰
Should be fixed soon
testing ✅
Related to testing tasks
Describe the bug
One of the tests, https://github.com/luukvdmeer/sfnetworks/blob/main/tests/testthat/test_paths.R#L237-L243, now fails with the development version of igraph. The call
distances(mode = "in", algorithm = "johnson")
now raises an error.Distances should be the same, irrespective of the algorithm used by igraph. What's the purpose of this test, can this be achieved in another way (e.g., by mocking)?
Reproducible example
N/A
Expected behavior
Tests pass with the development version of igraph.
R Session Info
Install the latest version of igraph via
devtools::install_github("igraph/rigraph@master")
.CC @ntamas @szhorvat.
The text was updated successfully, but these errors were encountered: