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

Results are not reproducible with multiprocessing #23

Open
nesnoj opened this issue May 6, 2021 · 0 comments
Open

Results are not reproducible with multiprocessing #23

nesnoj opened this issue May 6, 2021 · 0 comments
Labels
bug Something isn't working question Further information is requested

Comments

@nesnoj
Copy link
Member

nesnoj commented May 6, 2021

With the multiprocessing #20 introduced in #22 results are not reproducible/deterministic due to asynchronous tasks when using more than 1 thread (since the order of random drawings by jobs may differ). This could be solved by drawing all required random numbers in advance.

Can you live with this behaviour for now, @timroepcke ?

@nesnoj nesnoj added bug Something isn't working question Further information is requested labels May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant