Skip to content

Commit c8e6c98

Browse files
committed
Update eds_tools.py
1 parent d550629 commit c8e6c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyTEMlib/eds_tools/eds_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def residuals(pp, yy):
488488
[p, _] = scipy.optimize.leastsq(residuals, pin, args=(y,), maxfev=10000)
489489

490490
update_fit_values(spectrum.metadata['EDS'], peaks, np,abs(p))
491-
return np.array(peaks), np.abs(p))
491+
return np.array(peaks), np.abs(p)
492492

493493

494494
def update_fit_values(out_tags, peaks, p):

0 commit comments

Comments
 (0)