Skip to content
Snippets Groups Projects

MAINT: Separate adding SNRs per IFO to a sample into a new function

All threads resolved!

Moves code snippet which adds IFO snrs to a sample into a separate function within the Likelihood. Thus different likelihoods may define this differently if they have different SNRs which must be computed.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Colm Talbot
    • Resolved by Colm Talbot

      Thanks @rhiannon.udall! It looks like this is essentially extracting the relevant elements of the _ComputedSNR to a dictionary. Maybe we could add a method to that class definition to do this, and then we could call that directly in conversion.py.

  • Rhiannon Udall added 1 commit

    added 1 commit

    • 172f7c1a - ENH: Try alternate option for structuring reading snrs from _CalculatedSNRs

    Compare with previous version

  • Rhiannon Udall added 1 commit

    added 1 commit

    • 77d9da81 - ENH: Cleanup previous implementation and correct final dataframe update

    Compare with previous version

  • Rhiannon Udall added 11 commits

    added 11 commits

    • efa3a72c - 1 earlier commit
    • 83ae74a0 - ENH: Allow results to be read from PathLike objects
    • 19fa2ffb - BUG: using the soft_init sampler kwargs with dynesty caused an AttributeError
    • 68544d89 - DOC: Adding a citation guide for bilby
    • 6d37a348 - BUG: Resolve "Linestyle bug in bilby.core.result.plot_multiple"
    • 07b68d96 - BUGFIX: Resolve "Missing import in bilby.gw.detector.load_data_from_cache_file"
    • 4f6be1f0 - ENH: Add support for sampler plugins
    • b4a7742f - DOC: some clarifications in dynesty guide
    • 88b3d995 - DOC: Resolve "Typo in the documentation"
    • b5e585a6 - BUG: fix dynesty crash when autocorrelation length estimate and/or nact is very long
    • bc7e9667 - BUG: Make `snrs_as_sample` a property not a method

    Compare with previous version

  • Rhiannon Udall added 17 commits

    added 17 commits

    • bc7e9667...1c2cbeb6 - 10 commits from branch lscsoft:master
    • f13db088 - MAINT: Separate adding SNRs per IFO to a sample into a new function
    • ca799cb9 - MAINT: Move add_interferometer_snrs_to_sample to likelihood for better compatibility
    • e77d4fea - MAINT: Pre-commit cleanup
    • 08917a69 - MAINT: Import Interferometer in base.py
    • 9648e258 - ENH: Try alternate option for structuring reading snrs from _CalculatedSNRs
    • 87833447 - ENH: Cleanup previous implementation and correct final dataframe update
    • e19f1477 - BUG: Make `snrs_as_sample` a property not a method

    Compare with previous version

  • Colm Talbot resolved all threads

    resolved all threads

  • Colm Talbot approved this merge request

    approved this merge request

  • Aditya Vijaykumar approved this merge request

    approved this merge request

  • Michael Williams approved this merge request

    approved this merge request

  • Colm Talbot added 9 commits

    added 9 commits

    • e19f1477...01575b9f - 2 commits from branch lscsoft:master
    • 20553f67 - MAINT: Separate adding SNRs per IFO to a sample into a new function
    • 74f72c2a - MAINT: Move add_interferometer_snrs_to_sample to likelihood for better compatibility
    • 165af18d - MAINT: Pre-commit cleanup
    • 5454e19b - MAINT: Import Interferometer in base.py
    • a8716555 - ENH: Try alternate option for structuring reading snrs from _CalculatedSNRs
    • a6168fcc - ENH: Cleanup previous implementation and correct final dataframe update
    • 1074eecc - BUG: Make `snrs_as_sample` a property not a method

    Compare with previous version

  • merged

  • Colm Talbot changed milestone to %2.3.0

    changed milestone to %2.3.0

  • Please register or sign in to reply
    Loading