- May 15, 2018
-
-
Gregory Ashton authored
During setup, this writes a file tupak/.version which contains the git hash and change date. We can extend this in future to contain other information. This is then printed when the logging is initialised.
-
moritz authored
-
moritz authored
-
moritz authored
Moritz Huebner: Removed default parameters for sampling frequency and time duration in the waveform generator
-
- May 14, 2018
-
-
Colm Talbot authored
Clean up the logic of fill_priors and close #58 Closes #58 See merge request Monash/tupak!36
-
Colm Talbot authored
-
Gregory Ashton authored
If a label is given to setup_logger, the output is written to a file.
-
Gregory Ashton authored
- Removes the 'bad_keys' part of the logic. I believe this was essentially adding the keys which where not given in the prior and that had no default prior, and then removing them at the end. - Change the logging output slightly: now the only warning that is given is when no default prior is known. Other output at info level - Add in what the waveform_generator knows about missing keys (useful for diagnosis - Formatting of the docstring
-
Gregory Ashton authored
Prior tests See merge request Monash/tupak!35
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Gregory Ashton authored
Default prior bounds See merge request Monash/tupak!34
-
- May 13, 2018
-
-
Colm Talbot authored
-
Colm Talbot authored
Allow multiple prior draws See merge request Monash/tupak!33
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
- Rename n_samples to size to fit with standard numpy conventions - Fix check to handle multiple values
-
Gregory Ashton authored
Functionally, this changes nothing, but it makes it clear that the filled priors are the dictionary `priors`.
-
Gregory Ashton authored
-
Gregory Ashton authored
Previously, the dynesty kwarg for the number of live points was set to be `npoints`, and so `npoints=10000` was passed to `dynesty.NestedSampler`. This, however, is not the kwarg requried by `NestedSampler`, but it instead should be `nlive`. Unfortunately, this error is silenced because the kwargs are just lost in dynesty. - Fixes nlive kwarg - Reduces default number from 10000 to 250 (as this was what was actually used before) - Adds a verbose flag controlling the `run_nested` argument `print_progress`
-
Gregory Ashton authored
-
- May 12, 2018
-
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
Add minimal example and associated helper functions See merge request Monash/tupak!32
-
- May 11, 2018
-
-
Gregory Ashton authored
- Adds an example showing the simplest number of steps to run PE on GW150914 - Adds a helper (rapper) function to quickly get the BBH likelihood instance
-
Gregory Ashton authored
-
- May 10, 2018
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-