Commits on Source (44)
-
Carl-Johan Haster authored
-
Gregory Ashton authored
-
Gregory Ashton authored
- Renames the check function to make it clear this applies only to marginalized parameters
-
Sylvia Biscoveanu authored
-
Gregory Ashton authored
Set start_time when using a frequency_array See merge request !820
-
-
Gregory Ashton authored
Randomly pick multiple samples from multivariate Gaussian from different modes See merge request !822
-
Gregory Ashton authored
Resolve "Marginalization with delta function prior" Closes #495 See merge request !829
-
Gregory Ashton authored
Minor fixes to bugs/typo's in the documentation See merge request !823
-
Gregory Ashton authored
Fix multinest timing Closes #500 See merge request !830
-
-
Moritz Huebner authored
Fixed bugs with changing max/min of priors within Cosmological and Interped classes See merge request !815
-
Gregory Ashton authored
-
-
Gregory Ashton authored
Resolve "Don't set the matplotlib backend" Closes #494 See merge request lscsoft/bilby!816
-
Gregory Ashton authored
Make the SNR calculation identical if done with an dataframe or dict See merge request !835
-
Colm Talbot authored
-
Moritz Huebner authored
-
Gregory Ashton authored
Fix `FromFile` prior repr. Closes #503 See merge request !836
-
Gregory Ashton authored
-
Moritz Huebner authored
Now passes a copy of the reference_params dict into the condition func See merge request !838
-
1) Allow users to pass options into the plot functions directory (Matt's suggestion) 2) Allow the matplotlib styles to be used 3) Add unit testing
-
Moritz Huebner authored
Adds an rcparams configuration for plotting See merge request !832
-
-
Moritz Huebner authored
Added chi_1 and chi_2 parameters (aligned BBH) to default latex label dictionary. See merge request !841
-
Colm Talbot authored
-
Gregory Ashton authored
-
Gregory Ashton authored
Improve version information See merge request !837
-
Gregory Ashton authored
Add a check that the directory exists to prevent failure See merge request !839
-
Michael Williams authored
-
-
Gregory Ashton authored
Add dnest4 to the test Docker containers See merge request !847
-
Gregory Ashton authored
Make likelihood condition strictly increasing See merge request !846
-
-
Colm Talbot authored
Restructure tests See merge request lscsoft/bilby!833
-
Colm Talbot authored
Fix saving number of likelihood evaluations See merge request !848
-
Moritz Huebner authored
-
Colm Talbot authored
Resolve "Scheduled tests failing" Closes #518 See merge request !852
-
Colm Talbot authored
-
Moritz Huebner authored
Make initial value in cumulative integral work. See merge request !860
-
-
Moritz Huebner authored
Import pyTables in the docker files See merge request !855
-
Moritz Huebner authored
-
Moritz Huebner authored
Version 1.0.1 release See merge request !862
Showing
- .coveragerc 4 additions, 4 deletions.coveragerc
- .gitlab-ci.yml 7 additions, 7 deletions.gitlab-ci.yml
- CHANGELOG.md 25 additions, 0 deletionsCHANGELOG.md
- bilby/__init__.py 1 addition, 1 deletionbilby/__init__.py
- bilby/core/prior/conditional.py 1 addition, 1 deletionbilby/core/prior/conditional.py
- bilby/core/prior/dict.py 1 addition, 1 deletionbilby/core/prior/dict.py
- bilby/core/prior/interpolated.py 13 additions, 3 deletionsbilby/core/prior/interpolated.py
- bilby/core/prior/joint.py 13 additions, 2 deletionsbilby/core/prior/joint.py
- bilby/core/result.py 4 additions, 3 deletionsbilby/core/result.py
- bilby/core/sampler/dynesty.py 1 addition, 1 deletionbilby/core/sampler/dynesty.py
- bilby/core/sampler/ptemcee.py 2 additions, 1 deletionbilby/core/sampler/ptemcee.py
- bilby/core/sampler/pymultinest.py 1 addition, 0 deletionsbilby/core/sampler/pymultinest.py
- bilby/core/utils.py 56 additions, 39 deletionsbilby/core/utils.py
- bilby/gw/conversion.py 5 additions, 4 deletionsbilby/gw/conversion.py
- bilby/gw/detector/strain_data.py 1 addition, 0 deletionsbilby/gw/detector/strain_data.py
- bilby/gw/eos/eos.py 2 additions, 20 deletionsbilby/gw/eos/eos.py
- bilby/gw/likelihood.py 28 additions, 9 deletionsbilby/gw/likelihood.py
- bilby/gw/prior.py 22 additions, 5 deletionsbilby/gw/prior.py
- containers/Dockerfile-test-suite-python27 3 additions, 3 deletionscontainers/Dockerfile-test-suite-python27
- containers/Dockerfile-test-suite-python37 3 additions, 3 deletionscontainers/Dockerfile-test-suite-python37