From 7f8edf35854dcaecd8bfb2aace18e68e33aced62 Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@ligo.org> Date: Fri, 15 Mar 2019 11:04:05 -0500 Subject: [PATCH] Update inspiral.py: replace the file tag "ranking statistic" to "ranking_statistic" since gracedb doesn't allow spaces in tag names. This change will fix the multiple failed uploads to gracedb. --- gstlal-inspiral/python/inspiral.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal-inspiral/python/inspiral.py b/gstlal-inspiral/python/inspiral.py index 76dbb37cda..9c122570ec 100644 --- a/gstlal-inspiral/python/inspiral.py +++ b/gstlal-inspiral/python/inspiral.py @@ -783,7 +783,7 @@ class GracedBWrapper(object): if self.upload_auxiliary_data and len(gracedb_ids) > 0: self.__upload_aux_xmldoc("strain spectral densities", "psd.xml.gz", "psd", lalseries.make_psd_xmldoc(psddict), gracedb_ids) - self.__upload_aux_xmldoc("ranking statistic PDFs", "ranking_data.xml.gz", "ranking statistic", rankingstat_xmldoc_func(), gracedb_ids) + self.__upload_aux_xmldoc("ranking statistic PDFs", "ranking_data.xml.gz", "ranking_statistic", rankingstat_xmldoc_func(), gracedb_ids) # # done -- GitLab