- Jun 18, 2019
-
-
Isobel Marguarethe Romero-Shaw authored
-
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 lscsoft/bilby!529
-
-
Gregory Ashton authored
Added a few tests and fixes a minor issue See merge request lscsoft/bilby!528
-
-
Gregory Ashton authored
Non_tensor example sinegaussian() error fix See merge request lscsoft/bilby!526
-
Gregory Ashton authored
plot_skymap example update See merge request lscsoft/bilby!527
-
-
Gregory Ashton authored
BNS example duration and sampling frequency fix See merge request lscsoft/bilby!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 lscsoft/bilby!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 lscsoft/bilby!511
-
-
Paul Lasky authored
Load data by channel name example See merge request lscsoft/bilby!524
-
-
Gregory Ashton authored
Improve prior reading See merge request lscsoft/bilby!501
-
-
- Jun 13, 2019
-
-
Moritz Huebner authored
Adding counter to likelihood See merge request lscsoft/bilby!406
-
replacing self.count with result.num counter, this makes the code cleaner as only a few extra line sof codee needed
-
Isobel Marguarethe Romero-Shaw authored
-
Isobel Marguarethe Romero-Shaw authored
-
- Jun 12, 2019
-
-
Gregory Ashton authored
Resolve "Interference of bilby command line args" Closes #379 See merge request lscsoft/bilby!518
-
Gregory Ashton authored
-
Gregory Ashton authored
Add a catch for broken resume files See merge request lscsoft/bilby!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 lscsoft/bilby!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 lscsoft/bilby!513
-
-
Gregory Ashton authored
Add method to get data by channel name See merge request lscsoft/bilby!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 lscsoft/bilby!514
-
- Jun 10, 2019
-
-
Andrew Kim authored
-