- 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 24, 2019
-
-
- Oct 21, 2019
-
-
- Oct 20, 2019
-
-
- Oct 17, 2019
-
-
- Oct 15, 2019
-
-
- Oct 01, 2019
-
-
Colm Talbot authored
-
- Sep 27, 2019
-
-
Daniel Williams authored
-
Daniel Williams authored
-
Daniel Williams authored
-
- Sep 25, 2019
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- Sep 17, 2019
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
1) Make the constants consistent with those used in lal 2) Deprecate the gps_time_to_gmst function 3) Use the lal.GreenwichMeanSiderealTime(time) method directly
-
- Sep 12, 2019
-
-
Gregory Ashton authored
-
- Sep 06, 2019
-
-
Gregory Ashton authored
- Ensures the periodic argument is passed through to the dynesty making the points wander outside the allowed range - Fix tests
-
- Aug 28, 2019
-
-
Gregory Ashton authored
-
- Aug 20, 2019
-
-
Gregory Ashton authored
?
-
Gregory Ashton authored
Reapplies the 10xndim default setting. Whilethe 30xndim is more robust, since we wont use default settings to pass the PP test it is overly burdensom of higher-mass runs to keep with this default.
-
-
- Jul 30, 2019
-
-
Gregory Ashton authored
-
- Jul 29, 2019
-
-
Gregory Ashton authored
-
-
-
- Jul 28, 2019
-
-
Gregory Ashton authored
-
- Jul 26, 2019
-
-
- Jul 19, 2019
-
-
- to do this a MultivariateGaussianDist must also be specified and parsed by the prior file reading function
-
- Jul 05, 2019
-
-
-
Gregory Ashton authored
-
- Jul 01, 2019
-
-
Gregory Ashton authored
-
- Jun 28, 2019
-
-
Gregory Ashton authored
-
- Jun 27, 2019
-
-
- Jun 26, 2019
-
-
Gregory Ashton authored
This adds a test-mode command like argument to run with zero likelihood. As such, this will sample from the priors alone. To use, run any standard bilby example with `--bilby-zero-likelihood-mode` in the command line. This has been intentionally obfuscated to avoid overloading the usual documentation.
-
- Jun 18, 2019
-
-