Skip to content
Snippets Groups Projects
Commit fdd8c760 authored by Sullivan, Brendan T's avatar Sullivan, Brendan T
Browse files

Re #22811 flake8 fixes

parent b25f036d
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ def parseConstraints(peaks_ws):
d[paramName] = vals
return d
def scatFun(x, A, bg):
"""
scatFun: returns A/x+bg. Used for background estimation.
......@@ -390,7 +391,7 @@ def getBGRemovedIndices(n_events, zBG=1.96, calc_pp_lambda=False, neigh_length_m
minppl_frac=pplmin_frac, maxppl_frac=pplmax_frac, qMask=qMask, peak=peak,
box=box, pp_lambda=pp_lambda, peakNumber=peakNumber,
mindtBinWidth=mindtBinWidth, maxdtBinWidth=maxdtBinWidth,
constraintScheme=constraintScheme,
constraintScheme=constraintScheme,
peakMaskSize=peakMaskSize, iccFitDict=iccFitDict)
except KeyboardInterrupt:
sys.exit()
......
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