Skip to content
Snippets Groups Projects
  1. Jan 12, 2021
  2. Dec 02, 2019
  3. Sep 25, 2019
  4. Apr 03, 2019
  5. Mar 03, 2019
  6. Jul 03, 2018
    • Gregory Ashton's avatar
      Simplify and clean up of CI and requirements · b75f4217
      Gregory Ashton authored
      This updates to an anaconda python image and removes redundant tests
      rerunning examples so that the tests finish in a more reasonable amount
      of time. Many requirements are also moves to an
      optional_requirements.txt file.
      b75f4217
  7. Jul 02, 2018
  8. Jun 11, 2018
  9. Jun 08, 2018
  10. Jun 07, 2018
  11. May 30, 2018
  12. May 22, 2018
  13. May 21, 2018
  14. May 16, 2018
  15. May 15, 2018
  16. May 07, 2018
  17. Apr 30, 2018
    • Gregory Ashton's avatar
      Close #17 move output format to h5 · ea2a7aa7
      Gregory Ashton authored
      Removes use of pickle in favour of h5 format. Uses deepdish
      (https://github.com/uchicago-cs/deepdish) over the more standard
      h5py for the following reasons
      
      - h5py is built around saving 'arrays' while deepdish around saving
        dictionaries
      - provides useful tools to check what data is in the h5 file
      - is well written, provides good documentation and no strange error
        messages (personal experience with trying to implement h5py).
      ea2a7aa7
  18. Apr 12, 2018
  19. Apr 10, 2018
  20. Apr 09, 2018
  21. Apr 04, 2018
    • Gregory Ashton's avatar
      Adds basic tests · 90039676
      Gregory Ashton authored
      - Test for simulated data
      - Test likelihood evaluation
      - Add gitlab-ci.yml
      - Remove lal and lalsim which aren't directly pip installable
      - Add coverage and pipeline status to README
      - Adds coverage report
      - Update README.md with instructions on testing and coverage
      90039676
  22. Mar 29, 2018
  23. Mar 27, 2018
Loading