Skip to content

Commit 997c8c1

Browse files
committed
test/func: modifying refinement to allow lists and dicts and adding a test of refinement for squeeze and funcy
1 parent e198331 commit 997c8c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffpy/morph/refine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def refine(self, *args, **kw):
155155
fvec = infodict["fvec"]
156156

157157
if ier not in (1, 2, 3, 4):
158+
emesg
158159
raise ValueError(emesg)
159160

160161
# Place the fit parameters back into config

0 commit comments

Comments
 (0)