Merge branch 'rng-fix' into 'master'
BUGFIX: fix random number generation with parallelization See merge request !1273
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 28 additions, 28 deletions.gitlab-ci.yml
- bilby/bilby_mcmc/chain.py 3 additions, 1 deletionbilby/bilby_mcmc/chain.py
- bilby/bilby_mcmc/proposals.py 19 additions, 19 deletionsbilby/bilby_mcmc/proposals.py
- bilby/bilby_mcmc/sampler.py 10 additions, 5 deletionsbilby/bilby_mcmc/sampler.py
- bilby/core/fisher.py 4 additions, 3 deletionsbilby/core/fisher.py
- bilby/core/prior/base.py 10 additions, 3 deletionsbilby/core/prior/base.py
- bilby/core/prior/conditional.py 3 additions, 3 deletionsbilby/core/prior/conditional.py
- bilby/core/prior/joint.py 5 additions, 4 deletionsbilby/core/prior/joint.py
- bilby/core/result.py 3 additions, 2 deletionsbilby/core/result.py
- bilby/core/sampler/base_sampler.py 5 additions, 1 deletionbilby/core/sampler/base_sampler.py
- bilby/core/sampler/dnest4.py 4 additions, 2 deletionsbilby/core/sampler/dnest4.py
- bilby/core/sampler/dynesty.py 3 additions, 1 deletionbilby/core/sampler/dynesty.py
- bilby/core/sampler/proposal.py 11 additions, 11 deletionsbilby/core/sampler/proposal.py
- bilby/core/sampler/ptemcee.py 3 additions, 1 deletionbilby/core/sampler/ptemcee.py
- bilby/core/sampler/ultranest.py 3 additions, 1 deletionbilby/core/sampler/ultranest.py
- bilby/core/utils/__init__.py 1 addition, 0 deletionsbilby/core/utils/__init__.py
- bilby/core/utils/random.py 18 additions, 0 deletionsbilby/core/utils/random.py
- bilby/core/utils/series.py 6 additions, 13 deletionsbilby/core/utils/series.py
- bilby/gw/conversion.py 10 additions, 3 deletionsbilby/gw/conversion.py
- bilby/gw/likelihood/base.py 3 additions, 1 deletionbilby/gw/likelihood/base.py
Loading