Skip to content
Snippets Groups Projects
Commit 7f8edf35 authored by Alexander Pace's avatar Alexander Pace
Browse files

Update inspiral.py: replace the file tag "ranking statistic" to...

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. 
parent 67c354b0
No related branches found
No related merge requests found
Pipeline #53529 passed with warnings
......@@ -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
......
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