@@ -194,7 +194,7 @@ EaElements.RemoteController {
194
194
res .push ( rc .compare (Globals .Refs .app .analysisPage .continueButton .enabled , false ) )
195
195
196
196
res .push ( rc .compare (Globals .Proxies .main .status .calculator , ' CrysPy' ) )
197
- res .push ( rc .compare (Globals .Proxies .main .status .minimizer , ' Lmfit (leastsq )' ) )
197
+ res .push ( rc .compare (Globals .Proxies .main .status .minimizer , ' Lmfit (least_squares )' ) )
198
198
199
199
rc .wait (2000 )
200
200
@@ -222,11 +222,16 @@ EaElements.RemoteController {
222
222
223
223
rc .mouseClick (Globals .Refs .app .analysisPage .fitStatusDialogOkButton )
224
224
225
- res .push ( rc .compare (Globals .Proxies .main .status .variables , ' 58 (6 free, 52 fixed)' ) )
225
+ // default values from EDB 0.9.9 TODO: check the new code against the original EDB
226
+ // res.push( rc.compare(Globals.Proxies.main.status.variables, '58 (6 free, 52 fixed)') )
227
+ // //res.push( rc.compare(Globals.Proxies.main.status.fitIteration, '197') )
228
+ // res.push( rc.compare(Globals.Proxies.main.status.goodnessOfFit, '341.99 → 4.41') )
229
+ // res.push( rc.compare(Globals.Proxies.main.status.fitStatus, 'Success') )
230
+
231
+ res .push ( rc .compare (Globals .Proxies .main .status .variables , ' 79 (6 free, 73 fixed)' ) )
226
232
// res.push( rc.compare(Globals.Proxies.main.status.fitIteration, '197') )
227
- res .push ( rc .compare (Globals .Proxies .main .status .goodnessOfFit , ' 341.99 → 4.41 ' ) )
233
+ res .push ( rc .compare (Globals .Proxies .main .status .goodnessOfFit , ' 0.81603 ' ) )
228
234
res .push ( rc .compare (Globals .Proxies .main .status .fitStatus , ' Success' ) )
229
-
230
235
rc .mouseClick (Globals .Refs .app .analysisPage .continueButton )
231
236
// rc.wait(2000)
232
237
0 commit comments