Skip to content
Snippets Groups Projects
  1. Apr 22, 2021
    • Chad Hanna's avatar
    • Koh Ueno's avatar
      delete the cvs_entry_time argument used in gstlal-ugly/bin/gstlal_injsplitter · 30e132a1
      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'
      30e132a1
  2. Apr 15, 2021
  3. Mar 30, 2021
  4. Mar 29, 2021
  5. Jan 18, 2021
  6. Jun 13, 2020
  7. Jun 03, 2020
  8. Apr 30, 2020
  9. Apr 09, 2020
  10. Mar 20, 2020
  11. Feb 28, 2020
  12. Feb 26, 2020
  13. Feb 25, 2020
  14. Feb 24, 2020
  15. Feb 22, 2020
  16. Feb 20, 2020
  17. Feb 19, 2020
  18. Feb 17, 2020
Loading