- Mar 11, 2020
-
-
Colm Talbot authored
-
- Feb 20, 2020
-
-
1) Restrict the dynamic dynesty test to maxcalls of 100 2) Split the sampler_test out of the main tests and into a separate node. This means the sampler_test doesn't contribute to the coverage
-
- Feb 13, 2020
-
-
- Feb 11, 2020
-
-
Matthew David Pitkin authored
-
- Feb 06, 2020
-
-
Gregory Ashton authored
Introduces a sample_from_constrain_prior_array method to facilitate drawn an ordered array of samples. Removes redudant code.
-
better error handling and Class inheritance for JointPrior objects for clarity in naming conventions
-
- Jan 30, 2020
-
-
provide informative error message and some relative tolerance to InterferometerList._check_interferometers:
-
- Jan 16, 2020
-
-
- Jan 15, 2020
-
-
Gregory Ashton authored
-
- Jan 13, 2020
-
-
Gregory Ashton authored
-
-
- Dec 20, 2019
-
-
Sylvia Biscoveanu authored
-
-
-
- Dec 19, 2019
-
-
Sylvia Biscoveanu authored
-
Sylvia Biscoveanu authored
-
- Dec 16, 2019
-
-
generalized the JointPrior object structure from Matthew Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint MapPrior for HEALPix priors
-
- Dec 14, 2019
-
-
Shanika Galaudage authored
-
Shanika Galaudage authored
-
- Dec 12, 2019
-
-
Moritz Huebner authored
# Conflicts: # bilby/core/prior.py
-
Revert "Merge branch '439-conditional-priors-not-working-reliably-with-nested-conditions' into 'master'" This reverts merge request !674
-
- Dec 10, 2019
-
-
- Dec 05, 2019
-
-
Gregory Ashton authored
-
- Dec 03, 2019
-
-
Gregory Ashton authored
-
- Dec 02, 2019
-
-
-
Gregory Ashton authored
- Use CPNest ACT estimation - Change scaling - Add chains starting after accept > 0
-
-
- Dec 01, 2019
-
-
generalized the JointPrior object structure from Matthew Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint MapPrior for HEALPix priors
-
- Nov 21, 2019
-
-
-
-
generalized the JointPrior object structure from Matthew Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint MapPrior for HEALPix priors
-
From python3.6+, all dicts are ordered by design. On the otherhand, the collections OrderedDict has odd behaviour when pickled (see comment below). This changes to just using dicts. For users of python3.5 and earlier, this will only change the order of their output posterior. On the other hand, it will make pickling priors much more straight forward going forward.
-
- Nov 07, 2019
-
-
Gregory Ashton authored
-
- Oct 30, 2019
-
-
Moritz authored
-
- Oct 24, 2019
-
-
-
Moritz authored
-
- Oct 21, 2019
-
-
- Oct 20, 2019
-
-
- Oct 17, 2019
-
-
Moritz authored
-