Ignore:
Timestamp:
Sep 12, 2018 9:26:16 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
8b745c36
Parents:
676a430
Message:

deepcopy a list of objects if you want to modify it. SASVIEW-1064

File:
1 edited

Legend:

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

    r676a430 r6889ba2  
    25512551            parameters += self.model_parameters.orientation_parameters 
    25522552 
    2553         # only use uniques 
    2554         parameters = list(set(parameters)) 
    2555  
    25562553        [self.setPolyModelParameters(i, param) for i, param in \ 
    25572554            enumerate(parameters) if param.polydisperse] 
Note: See TracChangeset for help on using the changeset viewer.