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

Fix variable error

parent c44c4176
No related branches found
No related tags found
No related merge requests found
...@@ -293,7 +293,7 @@ class SemiCoherentGlitchSearch(BaseSearchClass, ComputeFstat): ...@@ -293,7 +293,7 @@ class SemiCoherentGlitchSearch(BaseSearchClass, ComputeFstat):
""" """
@initializer @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, sftlabel=None, sftdir=None, minCoverFreq=None,
maxCoverFreq=None, detector=None, earth_ephem=None, maxCoverFreq=None, detector=None, earth_ephem=None,
sun_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