Skip to content
Snippets Groups Projects
Commit 3e4f42e0 authored by Branson Stephens's avatar Branson Stephens
Browse files

Fixed bug wherein pycbc events were not created as CoincInspiralEvents.

parent 5eea93b7
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ def _createEventFromForm(request, form):
else:
search = None
# Create Event
if pipeline.name in ['gstlal', 'gstlal-spiir', 'MBTAOnline']:
if pipeline.name in ['gstlal', 'gstlal-spiir', 'MBTAOnline', 'pycbc',]:
event = CoincInspiralEvent()
elif pipeline.name in ['Fermi', 'Swift', 'SNEWS']:
event = GrbEvent()
......
......@@ -101,6 +101,7 @@ COINC_PIPELINES = [
'gstlal',
'gstlal-spiir',
'MBTAOnline',
'pycbc',
]
GRB_PIPELINES = [
......
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