We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e198331 commit 997c8c1Copy full SHA for 997c8c1
1 file changed
src/diffpy/morph/refine.py
@@ -155,6 +155,7 @@ def refine(self, *args, **kw):
155
fvec = infodict["fvec"]
156
157
if ier not in (1, 2, 3, 4):
158
+ emesg
159
raise ValueError(emesg)
160
161
# Place the fit parameters back into config
0 commit comments