- Jun 25, 2019
-
-
Gregory Ashton authored
- Remove obsolete h5 file discussion - Close #237 (add reference for detector information) - Add references for the constants used - Close #336 (add documentation of the likelihood and reference Thrane & Talbot)
-
- Jun 24, 2019
-
-
Moritz Huebner authored
Fix typo in phase reconstruction See merge request !532
-
- Jun 20, 2019
-
-
Shanika Galaudage authored
-
- Jun 18, 2019
-
-
Gregory Ashton authored
Version 0.5.2 release See merge request lscsoft/bilby!530
-
Gregory Ashton authored
-
Colm Talbot authored
Made default parameter conversion a static method rather than a lamda expression See merge request !529
-
-
Gregory Ashton authored
Added a few tests and fixes a minor issue See merge request !528
-
-
Gregory Ashton authored
Non_tensor example sinegaussian() error fix See merge request !526
-
Gregory Ashton authored
plot_skymap example update See merge request !527
-
-
Gregory Ashton authored
BNS example duration and sampling frequency fix See merge request !525
-
-
Colm Talbot authored
Generalise the consistency checks See merge request lscsoft/bilby!521
-
There is good reason to create a results list and check the consistency without it being for combining results (e.g., for a PP test). This makes the error messages more applicable in these situations.
-
Moritz Huebner authored
Resolve sampling_time persistence between restarts for dynesty Closes #378 See merge request !519
-
This stores the sampling time in the resume file for dynesty and loads it allowing the sampling time for jobs which get restarted to reflect the total sampling time. Also defines the general mechanism for any other samper to act similarly.
-
Moritz Huebner authored
Add catch for empty log_evidence_err array See merge request !511
-
-
Paul Lasky authored
Load data by channel name example See merge request !524
-
-
Gregory Ashton authored
Improve prior reading See merge request !501
-
-
- Jun 13, 2019
-
-
Moritz Huebner authored
Adding counter to likelihood See merge request !406
-
replacing self.count with result.num counter, this makes the code cleaner as only a few extra line sof codee needed
-
- Jun 12, 2019
-
-
Gregory Ashton authored
Resolve "Interference of bilby command line args" Closes #379 See merge request !518
-
Gregory Ashton authored
-
Gregory Ashton authored
Add a catch for broken resume files See merge request !517
-
Gregory Ashton authored
If the dynesty pickle file is broken, it will print a warning that the reading of the resume file and otherwise continue as if the resume file didn't exist
-
Gregory Ashton authored
Improvements to the PP plot See merge request !516
-
Gregory Ashton authored
1) Add axes labels 2) Add individual p values to the legend 3) Use latex labels
-
Gregory Ashton authored
Remove dynesty from __getstate__ See merge request !513
-
-
Gregory Ashton authored
Add method to get data by channel name See merge request !507
-
-
- Jun 11, 2019
-
-
Andrew Kim authored
-
Andrew Kim authored
-
Gregory Ashton authored
Move optimal_snr_squared_array calculation from inner to outer loop See merge request !514
-
- Jun 10, 2019
-
-
Andrew Kim authored
-