Skip to content

Commit 0200e49

Browse files
committed
Fixed bug where Gaussian peak would not return transformed peak parameters.
1 parent 2a5f2b6 commit 0200e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diffpy/srmise/peaks/gaussian.py

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def _transform_parametersraw(self, pars, in_format, out_format):
276276
else:
277277
raise ValueError("Argument 'out_format' must be one of %s." \
278278
% self.parformats)
279+
return temp
279280

280281
def _valueraw(self, pars, r):
281282
"""Return value of width-limited Gaussian for the given parameters and r values.

0 commit comments

Comments
 (0)