Changeset 114c29f in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Sep 20, 2018 9:50:48 AM (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:
- f9be147
- Parents:
- 8faac15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
rd1e4689 r114c29f 2472 2472 return 2473 2473 fitted_data = self.logic.new1DPlot(return_data, self.tab_id) 2474 if len(fitted_data.x) != len(self.data.x):2475 return2476 2474 2477 2475 residuals = self.calculateResiduals(fitted_data)
Note: See TracChangeset
for help on using the changeset viewer.