Skip to content
Snippets Groups Projects
  1. May 13, 2018
    • Gregory Ashton's avatar
      Fix bug in defaults for Dynesty · 60d0afc9
      Gregory Ashton authored
      Previously, the dynesty kwarg for the number of live points was set to
      be `npoints`, and so `npoints=10000` was passed to
      `dynesty.NestedSampler`. This, however, is not the kwarg requried by
      `NestedSampler`, but it instead should be `nlive`.  Unfortunately, this
      error is silenced because the kwargs are just lost in dynesty.
      
      - Fixes nlive kwarg
      - Reduces default number from 10000 to 250 (as this was what was
        actually used before)
      - Adds a verbose flag controlling the `run_nested` argument
        `print_progress`
      60d0afc9
    • Gregory Ashton's avatar
      da1d4d4e
  2. May 12, 2018
  3. May 11, 2018
  4. May 10, 2018
Loading