Changeset b8dccb8 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Oct 19, 2018 8:04:32 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:
- a3c59503
- Parents:
- 2eeda93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r2eeda93 rb8dccb8 3772 3772 ioffset = 0 3773 3773 joffset = 0 3774 if len(param_dict[param_name])> 3:3774 if len(param_dict[param_name])>4: 3775 3775 # error values are not editable - no need to update 3776 3776 ioffset = 1 … … 3817 3817 ioffset = 0 3818 3818 joffset = 0 3819 if len(param_dict[param_name])> 3:3819 if len(param_dict[param_name])>7: 3820 3820 ioffset = 1 3821 3821 if self.has_poly_error_column: … … 3865 3865 ioffset = 0 3866 3866 joffset = 0 3867 if len(param_dict[param_name])> 3:3867 if len(param_dict[param_name])>4: 3868 3868 ioffset = 1 3869 3869 if self.has_magnet_error_column:
Note: See TracChangeset
for help on using the changeset viewer.