Skip to content
Snippets Groups Projects
  1. Feb 22, 2020
  2. Feb 19, 2020
  3. Feb 17, 2020
  4. Feb 14, 2020
  5. Feb 13, 2020
  6. Jan 28, 2020
  7. Jan 27, 2020
  8. Jan 21, 2020
    • Alexander Pace's avatar
      Visual tweaks. · bf367c57
      Alexander Pace authored
      Change heading sizes for instance descriptions. update version
      number, db conn_max_age.
      bf367c57
  9. Jan 17, 2020
  10. Jan 16, 2020
  11. Jan 15, 2020
  12. Jan 10, 2020
  13. Jan 09, 2020
    • Alexander Pace's avatar
      Stop casting likelihood to an integer · 2a3a6afd
      Alexander Pace authored
      From what I can gather, there was a time when likelihood and gpstime
      were integers for CWB events, and so there was an explicit casting of
      them to integers. Brandon removed gpstime, but left in likelihood
      before during ER6. Oops.
      2a3a6afd
  14. Jan 08, 2020
  15. Dec 31, 2019
  16. Dec 18, 2019
  17. Dec 17, 2019
  18. Dec 12, 2019
    • Alexander Pace's avatar
      Fix voevent_utils.py · 3a69dc30
      Alexander Pace authored
      specifying dataType="float" would cause encoding errors when
      passed into voeventlib. this change uses autoconvert for all
      float-type data parameters.
      3a69dc30
  19. Dec 10, 2019
  20. Dec 05, 2019
    • Alexander Pace's avatar
      Fixed old bug in view_logic.py. · 9a0f0eb5
      Alexander Pace authored
      The comparison that this replaced never worked and always returned false.
      Changed the type(event) is Event to issubclass(type(event),Event). In
      testing this shaved ~0.25 seconds off event creation.
      9a0f0eb5
  21. Dec 03, 2019
Loading