Skip to content
Snippets Groups Projects
Commit 9729111b authored by ChiWai Chan's avatar ChiWai Chan
Browse files

gstlal_inspiral_calc_snr:

- disable mkchecktimestamps()
parent e335d1b3
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ import sys
from gstlal import cbc_template_fir
from gstlal import chirptime
from gstlal import datasource
from gstlal import pipeparts
from gstlal import reference_psd
from gstlal import spawaveform
from gstlal import svd_bank
......@@ -93,6 +94,10 @@ from ligo.lw import table
class ContentHandler(ligolw.LIGOLWContentHandler):
pass
# disable mkchecktimestamps()
# FIXME: python plugin broken until we switch to Python 3
pipeparts.mkchecktimestamps = lambda pipeline, src, *args: src
class epilogFormatter(IndentedHelpFormatter):
def format_epilog(self, epilog):
if epilog:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment