Skip to content
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

Non-identical results on different platforms #365

Open
danieledler opened this issue Jan 15, 2025 · 0 comments
Open

Non-identical results on different platforms #365

danieledler opened this issue Jan 15, 2025 · 0 comments

Comments

@danieledler
Copy link
Contributor

Infomap uses the Mersenne Twister pseudo-random generator that is included in the standard library (std::mt19937), however the implementation of that differ on different platforms.

This makes it harder to replicate exact results across platforms, and to construct automated tests.

A recent build failure is due to a doctest example in Python failing in the Github action runner as the order of nodes differ from the that on my local Mac.

See also igraph/igraph#2646 (comment) by @vtraag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant