Commits on Source (24)
-
Moritz authored
-
generalized the JointPrior object structure from Matthew Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint MapPrior for HEALPix priors
-
Gregory Ashton authored
Resolve #448 (Beta prior prob method fails on pandas objects) Closes #448 See merge request !705
-
Gregory Ashton authored
Fixed documentation likelihood examples and harmonised it with example script Closes #452 See merge request !708
-
Marc Arene authored
-
provide informative error message and some relative tolerance to InterferometerList._check_interferometers:
-
Gregory Ashton authored
provide informative error message and some relative tolerance to InterferometerList._check_interferometers: See merge request !699
-
-
Gregory Ashton authored
use integer division in logspace See merge request lscsoft/bilby!711
-
Gregory Ashton authored
-
Gregory Ashton authored
Testing improvements to the proposal See merge request lscsoft/bilby!707
-
Gregory Ashton authored
-
Gregory Ashton authored
Update the communication channels slack/mattermost See merge request lscsoft/bilby!700
-
Gregory Ashton authored
-
Marc Arene authored
-
Marc Arene authored
-
Marc Arene authored
-
-
Gregory Ashton authored
Resolve "Dynesty restarting is inefficient." Closes #454 See merge request lscsoft/bilby!713
-
better error handling and Class inheritance for JointPrior objects for clarity in naming conventions
-
Gregory Ashton authored
HealPixPrior (Resloves Issue #419) Closes #419 See merge request lscsoft/bilby!651
-
Gregory Ashton authored
Removing the raised error "Waveform longer than frequency array". See merge request lscsoft/bilby!710
-
Gregory Ashton authored
Introduces a sample_from_constrain_prior_array method to facilitate drawn an ordered array of samples. Removes redudant code.
-
Gregory Ashton authored
Clean up of the prior sampling mechanism See merge request lscsoft/bilby!706
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- CHANGELOG.md 12 additions, 0 deletionsCHANGELOG.md
- README.rst 2 additions, 1 deletionREADME.rst
- bilby/core/prior/analytical.py 5 additions, 5 deletionsbilby/core/prior/analytical.py
- bilby/core/prior/dict.py 20 additions, 0 deletionsbilby/core/prior/dict.py
- bilby/core/prior/joint.py 8 additions, 10 deletionsbilby/core/prior/joint.py
- bilby/core/sampler/base_sampler.py 10 additions, 25 deletionsbilby/core/sampler/base_sampler.py
- bilby/core/sampler/dynesty.py 20 additions, 43 deletionsbilby/core/sampler/dynesty.py
- bilby/core/utils.py 2 additions, 1 deletionbilby/core/utils.py
- bilby/gw/detector/networks.py 23 additions, 3 deletionsbilby/gw/detector/networks.py
- bilby/gw/likelihood.py 5 additions, 2 deletionsbilby/gw/likelihood.py
- bilby/gw/prior.py 346 additions, 2 deletionsbilby/gw/prior.py
- bilby/gw/source.py 9 additions, 4 deletionsbilby/gw/source.py
- docs/likelihood.txt 6 additions, 3 deletionsdocs/likelihood.txt
- examples/core_examples/gaussian_example.py 1 addition, 1 deletionexamples/core_examples/gaussian_example.py
- setup.py 1 addition, 1 deletionsetup.py
- test/detector_test.py 17 additions, 0 deletionstest/detector_test.py
- test/prior_files/GW150914_testing_skymap.fits 0 additions, 0 deletionstest/prior_files/GW150914_testing_skymap.fits
- test/prior_test.py 56 additions, 7 deletionstest/prior_test.py
- test/sampler_test.py 30 additions, 14 deletionstest/sampler_test.py
File added