Skip to content
Snippets Groups Projects
  1. Jun 02, 2021
    • Koh Ueno's avatar
      Revert "Revert Kagra commits" · f0d40910
      Koh Ueno authored
      This reverts commit e3eeba3b.
      f0d40910
    • Koh Ueno's avatar
      delete the cvs_entry_time argument used in gstlal-ugly/bin/gstlal_injsplitter · 2736caab
      Koh Ueno authored
      I encountered the following error when I ran gstlal_injsplitter and (Kipp) found that cvs_entry_time, in which the time when the program was generated is supposed to be substituted, was not used correctly.
      
      Traceback (most recent call last):
        File "/home/koh.ueno/local/bin/gstlal_injsplitter", line 83, in <module>
          cvs_entry_time=strftime('%Y/%m/%d %H:%M:%S'))
        File "/usr/lib64/python2.7/site-packages/ligo/lw/utils/process.py", line 109, in register_to_xmldoc
          process = proctable.RowType.initialized(program = program, process_id = proctable.get_next_id(), **kwargs)
        File "/usr/lib64/python2.7/site-packages/ligo/lw/lsctables.py", line 562, in initialized
          cvs_entry_time = lal.UTCToGPS(time.strptime(cvs_entry_time, "%Y-%m-%d %H:%M:%S +0000")) if cvs_entry_time is not None else None,
        File "/usr/lib64/python2.7/_strptime.py", line 467, in _strptime_time
          return _strptime(data_string, format)[0]
        File "/usr/lib64/python2.7/_strptime.py", line 325, in _strptime
          (data_string, format))
      ValueError: time data '2021/04/01 07:11:30' does not match format '%Y-%m-%d %H:%M:%S +0000'
      2736caab
    • Kipp Cannon's avatar
      future-proof for next python-ligo-lw release · f7ad3b9b
      Kipp Cannon authored
      - changes to Python's NamedTemporaryFile object in Python 3 have necessitated a redesign of the sqlite scratch-space working-copy mechanism.  a side effect of that work is that the object returned by get_connection_filename() is no longer a string.  it can, however, be cast to a string to recover the original behaviour, and this patch makes that change now to prevent breakage when python-ligo-lw is released.
      f7ad3b9b
    • Patrick Godwin's avatar
      e761a21f
    • Kipp Cannon's avatar
      d67ecf5b
  2. Aug 26, 2020
  3. Aug 25, 2020
  4. Aug 19, 2020
  5. Aug 08, 2020
  6. Jul 27, 2020
  7. Jul 18, 2020
  8. Jul 17, 2020
  9. Jul 02, 2020
  10. Jul 01, 2020
Loading