Ignore:
Timestamp:
Sep 18, 2017 8:00:01 AM (7 years ago)
Author:
celinedurniak <celine.durniak@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
8a32a6ff
Parents:
3c8242c
Message:

Fixed bug with non updated value of fitted parameter in new GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r8222f171 ra14a2b0  
    12751275 
    12761276        # min/max to be changed in self.kernel_module.details[parameter_name] = ['Ang', 0.0, inf] 
    1277         self.kernel_module.details[parameter_name][property_index] = value 
     1277        if model_column > 1: 
     1278            self.kernel_module.details[parameter_name][property_index] = value 
    12781279 
    12791280        # TODO: magnetic params in self.kernel_module.details['M0:parameter_name'] = value 
Note: See TracChangeset for help on using the changeset viewer.