-
Notifications
You must be signed in to change notification settings - Fork 441
Add seed argument to EnsembleSampler #376
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
base: main
Are you sure you want to change the base?
Conversation
remove rand -> random, randn -> standard_normal and try except with randint/integers
|
The tests are failing because we need to change import packagingto import packaging.version |
|
@OriolAbril: If you check the "allow edits from maintainers" checkbox, then I can take over from here. |
|
I don't have the option to either, probably because I did not open the PR, but I can give both you and @carlosgmartin access to my fork. |
|
What is the status of this PR? Any change it can go in a new release? |
|
I should point out SPEC-007, which is trying to normalise how random numbers are using within the scientific ecosystem. The main items are converging on the use of an |
This was previously opened as #332, but because of branch renaming issues we had to reopen it. This is @OriolAbril's work, but @carlosgmartin might also be interested. I'll try to summarize where we stand from the previous thread shortly, but I think we were just about there. Anything in particular that was missing?