You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work. It would be helpful if you could set a seed value for functions like the pettit test to allow absolute reproducibility when needed. I'm a bit unclear on your structure, but it should be reasonably simple to to add a "seed" kwarg with a default None value and then call np.random.seed() before any generator.
The text was updated successfully, but these errors were encountered:
Thanks for your work. It would be helpful if you could set a seed value for functions like the pettit test to allow absolute reproducibility when needed. I'm a bit unclear on your structure, but it should be reasonably simple to to add a "seed" kwarg with a default None value and then call np.random.seed() before any generator.
The text was updated successfully, but these errors were encountered: