Changeset bc7371fd in sasview for src


Ignore:
Timestamp:
Sep 7, 2018 3:16:55 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
b69b549
Parents:
a758043
Message:

update docstrings

File:
1 edited

Legend:

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

    ra758043 rbc7371fd  
    170170    """ 
    171171    Update local ModelModel with sasmodel parameters (non-dispersed, non-magnetic) 
     172    Actually appends to model, if model and view params are not None. 
     173    Always returns list of lists of QStandardItems. 
    172174    """ 
    173175    if is2D: 
     
    286288    """ 
    287289    Find out multishell parameters and update the model with the requested number of them 
     290    Always appends to model. If view param is not None, supports fixed-choice params. 
     291    Returns list of lists of QStandardItems. 
    288292    """ 
    289293    multishell_parameters = getIterParams(parameters) 
Note: See TracChangeset for help on using the changeset viewer.