Changes in / [bebdb87:6db17bd] in sasmodels


Ignore:
Location:
sasmodels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/product.py

    r1f35235 r058460c  
    100100    # Remember the component info blocks so we can build the model 
    101101    model_info.composition = ('product', [p_info, s_info]) 
    102     model_info.control = p_info.control 
    103102    # TODO: delegate random to p_info, s_info 
    104103    #model_info.random = lambda: {} 
  • sasmodels/sasview_model.py

    r1f35235 r9f8ade1  
    205205                                           structure_factor._model_info) 
    206206    ConstructedModel = make_model_from_info(model_info) 
    207     return ConstructedModel(form_factor.multiplicity)     
     207    return ConstructedModel() 
    208208 
    209209 
     
    323323    #: True if model has multiplicity 
    324324    is_multiplicity_model = False 
    325     #: Multiplicity information 
     325    #: Mulitplicity information 
    326326    multiplicity_info = None # type: MultiplicityInfoType 
    327327 
     
    354354        # and lines to plot. 
    355355 
    356         # Get the list of hidden parameters given the multiplicity 
     356        # Get the list of hidden parameters given the mulitplicity 
    357357        # Don't include multiplicity in the list of parameters 
    358358        self.multiplicity = multiplicity 
Note: See TracChangeset for help on using the changeset viewer.