Skip to content
Snippets Groups Projects
Commit f3e69b8c authored by chad.hanna's avatar chad.hanna
Browse files

streamthinca: fix two typos

parent 35107c78
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ import bisect
import time
from glue.ligolw import ligolw
from glue.ligolw import lsctables
from gstlal import snglinspiraltable
import lal
......@@ -196,7 +197,7 @@ class last_coincs(object):
coincevent = self.coinc_event_index[coinc_event_id]
new_time_slide_table.extend(self.time_slide_index[coincevent.time_slide_id])
new_sngl_inspiral_table.extend(self.self.sngl_inspiral_index[coinc_event_id])
new_sngl_inspiral_table.extend(self.sngl_inspiral_index[coinc_event_id])
new_coinc_event_table.append(coincevent)
new_coinc_event_map_table.extend(self.coinc_event_maps_index[coinc_event_id])
new_coinc_inspiral_table.append(self.coinc_inspiral_index[coinc_event_id])
......
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