Cosmetics
This commit is contained in:
parent
3845e7291e
commit
8487d696c6
@ -300,7 +300,6 @@ class AICPicker(AutoPicker):
|
||||
datafit = np.polyval(P, xslope)
|
||||
if datafit[0] >= datafit[-1]:
|
||||
print('AICPicker: Negative slope, bad onset skipped!')
|
||||
#return
|
||||
else:
|
||||
self.slope = 1 / (len(dataslope) * self.Data[0].stats.delta) * (datafit[-1] - datafit[0])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user