From b38695ba405704b1ef9333dbd3f4cf511c86f581 Mon Sep 17 00:00:00 2001 From: Kipp Cannon <kcannon@cita.utoronto.ca> Date: Wed, 31 Oct 2018 23:14:13 +0900 Subject: [PATCH] lloidhandler: edit a comment --- gstlal-inspiral/python/lloidhandler.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gstlal-inspiral/python/lloidhandler.py b/gstlal-inspiral/python/lloidhandler.py index c16b4847e3..bf9085fb20 100644 --- a/gstlal-inspiral/python/lloidhandler.py +++ b/gstlal-inspiral/python/lloidhandler.py @@ -947,12 +947,7 @@ class Handler(simplehandler.Handler): for event in events: event.eff_distance = NaN - # set metadata on triggers. because this uses the - # ID generator attached to the database-backed - # sngl_inspiral table, and that generator has been - # synced to the database' contents, the IDs - # assigned here will not collide with any already - # in the database + # set metadata on triggers. for event in events: event.process_id = self.coincs_document.process_id event.event_id = self.coincs_document.get_next_sngl_id() -- GitLab