- Nov 04, 2019
-
-
Marc Arene authored
-
Marc Arene authored
- comment lines 234 and 284 were too long - line 236: missing whitespace around operator
-
Marc Arene authored
-
Marc Arene authored
- ./bilby/core/result.py:979:16: E225 missing whitespace around operator - ./bilby/core/result.py:979:19: E701 multiple statements on one line (colon) - ./bilby/core/result.py:979:34: E261 at least two spaces before inline comment
-
- Oct 08, 2019
-
-
Marc Arene authored
-
Marc Arene authored
-
Marc Arene authored
-
- Sep 26, 2019
-
-
Marc Arene authored
-
Marc Arene authored
- maximum_frequency==0 - len(hplus.data.data) > len(frequency_array)
-
Marc Arene authored
-
Marc Arene authored
-
Marc Arene authored
- Need to add `or (a_1 == 0 and a_2 == 0)` because in `lal_binary_neutron_star()`, when `chi_1` and `chi_2` are = 0, then the tilts are equal to pi/2 and here it goes in the `else` condition (which created a problem for me because `transform_precessing_spins()` requires fRref!=0)
-
Marc Arene authored
-
- Sep 25, 2019
-
-
Gregory Ashton authored
Fix constants test See merge request !605
-
Gregory Ashton authored
-
Gregory Ashton authored
Hotfix for dynesty bounds See merge request !604
-
Gregory Ashton authored
-
Gregory Ashton authored
add live when using checkpointing to fix n effective calulation in dynesty See merge request !603
-
-
Gregory Ashton authored
Updated CI to expose a bug in bilby_result for python2.7, then fixed it See merge request !601
-
- Sep 23, 2019
-
-
Duncan Macleod authored
`python setup.py install` is not exactly the same, `pip install` validates more of the metadata
-
Duncan Macleod authored
python2.7 won't allow it because print is a reserved keyword
-
Duncan Macleod authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- Sep 19, 2019
-
-
Gregory Ashton authored
-
- Sep 18, 2019
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
1) Add support for color output on the terminal 2) Move print to a separate function 3) Make print work as a "match" rather than exact-match only 4) Allow results to be passed either as a positional or optional arg
-
- Sep 17, 2019
-
-
Gregory Ashton authored
-
Gregory Ashton authored
Fix missing default kwarg n_effective in dynesty See merge request lscsoft/bilby!592
-
Gregory Ashton authored
-
Gregory Ashton authored
Resolve issues identified in !408 See merge request lscsoft/bilby!597
-
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 16, 2019
-
-
Moritz Huebner authored
Unified calls to super class in __init__ methods See merge request lscsoft/bilby!593
-
Moritz Huebner authored
-