-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure in test suite with upcoming igraph version #1
Comments
Thanks a lot!!!! I just took care of it and I do not use the exact values of the memberships for testing!!! Is it alright now? Do you think that I might resubmit it even right now on CRAN? |
Thanks. An update now should be fine, it would only be flagged if it's less than a week ago (or if you had more than six updates in the last 180 days). |
Ok thanks!!! I will make a try!!!! I close this issue now and in case that something else prompts please do not hesitate to notify me!!!! |
I am writing on behalf of igraph. The
priorCON
test suite fails with the upcoming igraph version, as it assumes a specific output forigraph::cluster_louvain()
. The issue is here:priorCON/tests/testthat/test-get_metrics.r
Lines 34 to 40 in 8c9f27d
You can see a discussion of the test output here: igraph/rigraph#1470 (comment)
igraph::cluster_louvain()
implements a stochastic algorithm. With such algorithms, we do not guarantee that the output won't change for the same random seed across bugfix versions. It will in fact change in the next R/igraph release—this was necessitated by a bugfix (igraph/igraph#2650).What we do guarantee is unchanged statistical properties.
Let me know if you have questions 😊
The text was updated successfully, but these errors were encountered: