Skip to content
Snippets Groups Projects
Commit 4cc470c3 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal_inspiral_split_injections:

- don't use InterningRowBuilder
parent ff70b080
No related branches found
No related tags found
No related merge requests found
Pipeline #50267 passed with warnings
......@@ -29,11 +29,10 @@ from ligo.lw.utils import ligolw_add
import numpy
@lsctables.use_in
class ligolwcontenthandler(ligolw.LIGOLWContentHandler):
pass
lsctables.use_in(ligolwcontenthandler)
lsctables.table.RowBuilder = lsctables.table.InterningRowBuilder
def mchirp_bounds(mchirp, which):
if mchirp < 10:
......
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