Changeset 0c83303 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Oct 29, 2018 3:56:39 PM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- f5cec7c
- Parents:
- 6216eb75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r7fb68060 r0c83303 1571 1571 if param_dict is None: 1572 1572 return 1573 if hasattr(res, 'convergence') and len(res.convergence)>0: 1574 self.communicate.resultPlotUpdateSignal.emit(result[0]) 1573 self.communicate.resultPlotUpdateSignal.emit(result[0]) 1575 1574 1576 1575 elapsed = result[1]
Note: See TracChangeset
for help on using the changeset viewer.