Skip to content
Snippets Groups Projects
  1. Jun 06, 2018
  2. Jun 01, 2018
  3. May 31, 2018
  4. May 29, 2018
  5. May 24, 2018
  6. May 22, 2018
  7. May 21, 2018
  8. May 20, 2018
    • Gregory Ashton's avatar
      Minor change to how non standard parameters are checked · 6e32b996
      Gregory Ashton authored
      Previously, `parameters` in `fill_prior` was only ever used to fill in
      the non-standard parameters if sampling in something other than the
      defaults. This directy checks that. The advantage is a cleaner logic and
      we no longer assume the likelihood has a
      `non_standard_sampling_parameter_keys` attribute.
      6e32b996
  9. May 18, 2018
  10. May 16, 2018
  11. May 15, 2018
  12. May 14, 2018
    • 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
      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
    • Colm Talbot's avatar
      cf8cc886
  13. May 13, 2018
  14. May 12, 2018
  15. May 10, 2018
  16. May 09, 2018
  17. May 08, 2018
Loading