We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f085b commit ddb6db4Copy full SHA for ddb6db4
wxPythonFit.py
@@ -159,7 +159,7 @@ def OnFit3D(self, evt):
159
# the GUI's fitting target string contains what we need - extract it
160
fittingTarget = fittingTargetSelection.split('(')[1].split(')')[0]
161
162
- item = dfc.eq_od2D[equationSelection]
+ item = dfc.eq_od3D[equationSelection]
163
eqString = 'pyeq3.Models_3D.' + item[0] + '(fittingTarget, ' + "'" + item[1] + "'" + item[2] + ')'
164
self.equation = eval(eqString)
165
0 commit comments