Commits on Source (6)
-
Colm Talbot authored
Address memory issue with compute SNRs See merge request !1227 (cherry picked from commit 8268a0c6) 67c02836 Address memory issue with compute SNRs cbc6bf5a Avoid calculating arrays if not needed and add documentation 98c344e4 DEV: add return_array option to other likelihood classes cd5c1f77 Add return_array for roq method 55a52125 Merge remote-tracking branch 'origin/return-array-other-likelihoods' into...
-
Colm Talbot authored
BUGFIX: fix act-walk caching See merge request !1225 (cherry picked from commit e019b5a2) 78a23a7a BUGFIX: fix act-walk caching 3bd9e531 FORMAT: fix formatting issues 76e813ee BUGFIX: typo in _cache attribute 06985f91 BGUFIX: track act for rwalk method dff3a72c TYPO: add missing blank line f6017840 TEST: bugfix in dynesty test
-
Colm Talbot authored
Add sklearn See merge request !1230 (cherry picked from commit 0d22e1a8) eaa6a40f Add sklearn cc2f9742 Update scikit-learn to the correct name
Showing
- CHANGELOG.md 13 additions, 0 deletionsCHANGELOG.md
- bilby/core/sampler/dynesty.py 14 additions, 10 deletionsbilby/core/sampler/dynesty.py
- bilby/core/sampler/dynesty_utils.py 9 additions, 7 deletionsbilby/core/sampler/dynesty_utils.py
- bilby/core/utils/constants.py 1 addition, 1 deletionbilby/core/utils/constants.py
- bilby/gw/conversion.py 1 addition, 1 deletionbilby/gw/conversion.py
- bilby/gw/likelihood/base.py 16 additions, 3 deletionsbilby/gw/likelihood/base.py
- bilby/gw/likelihood/multiband.py 12 additions, 4 deletionsbilby/gw/likelihood/multiband.py
- bilby/gw/likelihood/relative.py 2 additions, 2 deletionsbilby/gw/likelihood/relative.py
- bilby/gw/likelihood/roq.py 2 additions, 2 deletionsbilby/gw/likelihood/roq.py
- gw_requirements.txt 1 addition, 0 deletionsgw_requirements.txt
- test/core/sampler/dynesty_test.py 18 additions, 2 deletionstest/core/sampler/dynesty_test.py
- test/gw/utils_test.py 2 additions, 0 deletionstest/gw/utils_test.py
... | ... | @@ -3,3 +3,4 @@ lalsuite |
gwpy | ||
tables | ||
pyfftw | ||
scikit-learn |