-
Notifications
You must be signed in to change notification settings - Fork 43
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
ReadMe for consctructors #329
Conversation
Co-authored-by: Hong Ge <[email protected]>
…dvancedHMC.jl into ReadMe_constructors
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.
Good stuff:) Added a few comments.
Also, have we added docs (not in the README, but in docs/
) for this?
IMO we should just move all the stuff in the README to docs/
anyways, though this should be done in a separate PR (but in this scenario, it might be worth just moving the section on the convenience contsructors to docs/
maybe?)
Co-authored-by: Tor Erlend Fjelde <[email protected]>
Thanks a lot @torfjelde. All good my plan is to merge this and make a release so we can bump the version on Turing! |
Made an issue about it #330 |
Co-authored-by: Hong Ge <[email protected]>
* Update README.md * Update README.md Co-authored-by: Tor Erlend Fjelde <[email protected]> --------- Co-authored-by: Jaime RZ <[email protected]> Co-authored-by: Tor Erlend Fjelde <[email protected]>
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.
I made a few typo fixes and edits. Otherwise it looks very good to me!
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* no init_e * format * bug * Bugfix. (#337) * Bugfix. * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update test/abstractmcmc.jl * Update src/abstractmcmc.jl Co-authored-by: Hong Ge <[email protected]> --------- Co-authored-by: Hong Ge <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Updated ReadMe to explain how to use the constructors.
I also spotted a bug in the latest PR and added some tests so it doesn't go unnoticed in the future.