Changeset 8f04da4 in sasmodels for sasmodels/product.py


Ignore:
Timestamp:
Aug 2, 2017 12:53:56 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
bd21b12
Parents:
1511c37c
Message:

tuned random model generation for more models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/product.py

    rf88e248 r8f04da4  
    9393    # Remember the component info blocks so we can build the model 
    9494    model_info.composition = ('product', [p_info, s_info]) 
     95    # TODO: delegate random to p_info, s_info 
     96    #model_info.random = lambda: {} 
    9597    model_info.demo = demo 
    9698 
Note: See TracChangeset for help on using the changeset viewer.