We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iter_mut_par
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: