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

Same seed doesn't produce same result due to iter_mut_par #48

Open
andresliszt opened this issue Feb 13, 2025 · 1 comment
Open

Same seed doesn't produce same result due to iter_mut_par #48

andresliszt opened this issue Feb 13, 2025 · 1 comment

Comments

@andresliszt
Copy link
Owner

The seed argument has been exposed to python in #46, however is not working because we are using some parallel stuff at the fds.

Investigate if in fact parallel helps to performance once this is done #5, if it's removed the seed works as expected
@pwoolvett

@pwoolvett
Copy link
Contributor

Low hanging fruit: we can create a function which selects par/no-par given a cargo setting, which compiles the right one.

So we can test using no-par

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

2 participants