Changeset 1efa4c3 in sasview


Ignore:
Timestamp:
Oct 16, 2018 8:23:55 AM (5 years ago)
Author:
Laura Forster <Awork@…>
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:
fc9d9a3
Parents:
2c3e395
Message:

second change for NAN values on param name

just updating previous commit to include structure factor parameter headings being excluded from NAN values and checkbox additions.

File:
1 edited

Legend:

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

    r2c3e395 r1efa4c3  
    34973497            if param_name == str(self.cbModel.currentText()): 
    34983498                return 
     3499            elif str(self.cbStructureFactor.currentText()): 
     3500                return 
    34993501 
    35003502            param_list.append([param_name, param_checked, param_value, param_error, param_min, param_max]) 
Note: See TracChangeset for help on using the changeset viewer.