Skip to content
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

[DEP][DOC]: 696 fix random seed documentation #28

Merged
merged 17 commits into from
Oct 23, 2024
Merged

[DEP][DOC]: 696 fix random seed documentation #28

merged 17 commits into from
Oct 23, 2024

Conversation

GregoryAshton
Copy link
Collaborator

Taking changes from #25 - I don't have push privileges so just creating a new PR

ColmTalbot and others added 12 commits February 24, 2024 19:26
* TST: Create unit-tests.yml

* TST: try explicit version

* TST: Remove unnecessary setup python

* TST: disable precommit tests

* TST: typo

* TST: add pre-commit tests

* TST: try installing jupyter for pre-commit

* TST: add install/import tests

* TST: just install basic version

* TST: typo fixes

* TST: done run executable tests on windows

* TST: another attempt to disable executable tests for windows

* TST: remove executable tests

* DOC: add documentation job

* DOC: make sure to pull tags for docs job

* BLD: upload docs as an artifact
I realised that pre-commit didn't check any files because there were no logged chagnes. So I ran pre-commit on everything using "pre-commit run --all-files".

This only brought up relevant changes from myself, with the exceptions of:
"bilby/bilby_mcmc/sampler.py:525:38: E226 missing whitespace around arithmetic operator"
which is outside the remit of this merge request.
@GregoryAshton GregoryAshton changed the title 696 update [DEP][DOC}: 696 fix random seed documentation Jun 19, 2024
@ColmTalbot
Copy link
Collaborator

@GregoryAshton please can you rebase?

@GregoryAshton GregoryAshton changed the title [DEP][DOC}: 696 fix random seed documentation [DEP][DOC]: 696 fix random seed documentation Sep 18, 2024
@GregoryAshton
Copy link
Collaborator Author

Done @ColmTalbot I'll watch to see if the tests now pass

Copy link
Collaborator

@ColmTalbot ColmTalbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @GregoryAshton! @mj-will and I were talking about this earlier.

I just had one nitpick on whitespace.

bilby/core/sampler/dynesty_utils.py Outdated Show resolved Hide resolved
bilby/core/sampler/dynesty_utils.py Outdated Show resolved Hide resolved
@GregoryAshton
Copy link
Collaborator Author

@ColmTalbot I don't know where those extra spaces from

@mj-will mj-will linked an issue Oct 4, 2024 that may be closed by this pull request
@mj-will mj-will added the documentation A change to docstrings or doc pages label Oct 4, 2024
@ColmTalbot ColmTalbot requested a review from mj-will October 23, 2024 14:45
Copy link
Collaborator

@mj-will mj-will left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ColmTalbot ColmTalbot merged commit 7d23cc4 into main Oct 23, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation A change to docstrings or doc pages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation and examples to reflect changes to random seed
5 participants