Skip to content
Snippets Groups Projects
  1. Sep 25, 2018
  2. Sep 17, 2018
  3. Sep 14, 2018
  4. Sep 11, 2018
  5. Aug 20, 2018
  6. Aug 18, 2018
  7. Aug 17, 2018
  8. Aug 15, 2018
  9. Aug 13, 2018
  10. Aug 10, 2018
    • Gregory Ashton's avatar
      Allows users to give priors as an OrderedDict · 864b400f
      Gregory Ashton authored
      By putting in the dictionary as an ordered dict, the way priors are
      entered determines the order they are plotted, which is what most people
      will expect.
      
      - Also adds some catches to help improve error messages for when the
        input prior is something else.
      864b400f
  11. Aug 01, 2018
  12. Jul 31, 2018
  13. Jul 26, 2018
    • Gregory Ashton's avatar
      Unify the creation of the outdir · bc725416
      Gregory Ashton authored
      Previously, outdir was checked and if-not-existing created in a few
      different places in two different ways. This (a) makes them all use the
      same method (namely the utils function) and (b) places a
      check-and-creation call before every tupak output. This will ensure that
      changes elsewhere in the code won't cause bugs in the future. Also, if
      you choose not to save anything, it won't just make an empty directory.
      bc725416
  14. Jul 20, 2018
Loading