Skip to content
Snippets Groups Projects
  1. May 16, 2018
  2. May 15, 2018
  3. May 14, 2018
    • Colm Talbot's avatar
      Merge branch 'clean-up-logic-up-fill-priors' into 'master' · e6d489c6
      Colm Talbot authored
      Clean up the logic of fill_priors and close #58
      
      Closes #58
      
      See merge request Monash/tupak!36
      e6d489c6
    • Colm Talbot's avatar
      allow zero noise injections · 4cd9d858
      Colm Talbot authored
      4cd9d858
    • Gregory Ashton's avatar
      Simplifies the logic of how parameters are known-about from the sampler · b9429eec
      Gregory Ashton authored
      The samplers and prior access the parameters via
      `likelihood.waveform_generator.parameters`. But, this is the only way
      that the waveform_generator was accessed outside of the likelihood. We
      simplify this by insisting that the Likelihood has the attribute
      parameters (which is set, in this case, from the waveform_generator).
      
      - Add attribute parameters to likelihood
      - Remove all look-ups of waveform_generator outside of the likelihood.
        This means the waveform_generator is a likelihood-specific thing!
      b9429eec
    • Gregory Ashton's avatar
      Closes #62 · 5ef8f99f
      Gregory Ashton authored
      If a label is given to setup_logger, the output is written to a file.
      5ef8f99f
    • Gregory Ashton's avatar
      Clean up the logic of fill_priors and close #58 · be79b082
      Gregory Ashton authored
      - Removes the 'bad_keys' part of the logic. I believe this was
        essentially adding the keys which where not given in the prior and
        that had no default prior, and then removing them at the end.
      - Change the logging output slightly: now the only warning that is given
        is when no default prior is known. Other output at info level
      - Add in what the waveform_generator knows about missing keys (useful
        for diagnosis
      - Formatting of the docstring
      be79b082
    • Gregory Ashton's avatar
      Merge branch 'prior_tests' into 'master' · d9cba37f
      Gregory Ashton authored
      Prior tests
      
      See merge request Monash/tupak!35
      d9cba37f
Loading