-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix noise seed inconsistency #256
Conversation
Up to now I updated |
Now, these things remain to be done:
I can take care of these modifications. If you want, in the meanwhile, comment the previous commits:) |
I fixed most of the tests. Only the ones taking parameters from a toml file or from a dictionary are still failing, because |
Since the default random number generator of
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
With the last commit I:
Time to pass to the examples in the tutorials and documentation:) |
Documentation, benchmarks, tutorials and teaching material has been fixed |
I modified |
For me, this is basically ready. I still have few questions / changes that I list here. Once we answer these, for me we can merge.
|
Hi @marcobortolami , awesome work! I checked this PR and everything looks very nice. Here are a few answers to your questions:
No, this is usually tackled by a separate commit on the We follow semantic versioning, which means that until we hit version 1.0 we just bump the minor version every time we do a new release, without differentiating between breaking/non-breaking changes.
Just type
from the main directory. The
(assuming you're using Firefox), and you'll be able to browse a local copy of the documentation. Every time you update the RST files, just re-run the
I fully agree, Thank you for your hard work! |
Thanks for the semantic versioning reference:) we'll release a new version after the PR is merged, understood. I'll wait for a thumb up to this comment to know when I can merge! |
For me it's perfect! You can merge it whenever you want. Thanks! |
This PR has been created to fix the inconsistency of the noise generation pointed out in #255.