Ignore:
Timestamp:
Mar 20, 2017 7:41:02 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
351b53e
Parents:
4d457df
Message:

More unit tests for fitting perspective components - SASVIEW-499

File:
1 edited

Legend:

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

    r4d457df r7248d75d  
    7474    """ 
    7575    for param in parameters.iq_parameters: 
    76         # Modify parameter name from <param>[n] to <param>1 
     76        # Create the top level, checkable item 
    7777        item_name = param.name 
    7878        item1 = QtGui.QStandardItem(item_name) 
Note: See TracChangeset for help on using the changeset viewer.