Skip to content
Snippets Groups Projects
Commit ac41ecfc authored by Patrick Godwin's avatar Patrick Godwin
Browse files

inspiral.py: stop uploading ranking_data.xml.gz for events

parent 9b4ea21f
No related branches found
No related tags found
No related merge requests found
Pipeline #82762 failed
......@@ -862,7 +862,6 @@ 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)
#
# 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