Changes in sasmodels/mixture.py [b2f0e5d:b297ba9] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/mixture.py

    rb2f0e5d rb297ba9  
    117117            combined_pars.append(p) 
    118118    parameters = ParameterTable(combined_pars) 
    119     # Allow for the scenario in which each component has all its PD parameters 
    120     # active simultaneously.  details.make_details() will throw an error if 
    121     # too many are used from any one component. 
    122119    parameters.max_pd = sum(part.parameters.max_pd for part in parts) 
    123120 
Note: See TracChangeset for help on using the changeset viewer.