Skip to content
Snippets Groups Projects
Commit 52dc771d authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix variable error

parent c44c4176
Branches
Tags
No related merge requests found
......@@ -293,7 +293,7 @@ class SemiCoherentGlitchSearch(BaseSearchClass, ComputeFstat):
"""
@initializer
def __init__(self, label, outdir, tref, tstart, tend, nglitches=0,
def __init__(self, label, outdir, tref, tstart, tend, nglitch=0,
sftlabel=None, sftdir=None, minCoverFreq=None,
maxCoverFreq=None, detector=None, earth_ephem=None,
sun_ephem=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment