Skip to content
Snippets Groups Projects
Commit 1fe0c0b7 authored by Leo Tsukada's avatar Leo Tsukada
Browse files

inspiral_extrinsics.py : deleted indexing in SNRPDF()

parent 5bd894b1
No related branches found
No related tags found
No related merge requests found
......@@ -865,7 +865,7 @@ class SNRPDF(object):
def load(cls, fileobj = None, verbose = False):
if fileobj is None:
fileobj = open(cls.DEFAULT_FILENAME)
return cls.from_xml(ligolw_utils.load_fileobj(fileobj, gz = True, contenthandler = cls.LIGOLWContentHandler)[0])
return cls.from_xml(ligolw_utils.load_fileobj(fileobj, gz = True, contenthandler = cls.LIGOLWContentHandler))
#
......
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