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

gstlal_intrinsics: word-wrap a comment

parent 4a0551c2
No related branches found
No related tags found
No related merge requests found
......@@ -92,9 +92,9 @@ class SourcePopulationModel(object):
def __init__(self, template_ids, filename = None):
"""
Sets the polynomial coefficients, given the template ID
and SNR for a source population model, from which
lnP is then computed using PPoly.
Sets the polynomial coefficients, given the template ID and
SNR for a source population model, from which lnP is then
computed using PPoly.
"""
with h5py.File(filename if filename is not None else self.DEFAULT_FILENAME, 'r') as model:
coefficients = model['coefficients'].value
......
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