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/models/lamellar_stack_paracrystal.py

    r1511c37c r8f04da4  
    140140    # Let polydispersity peak around 15%; 95% < 0.4; max=100% 
    141141    sigma_d = np.random.beta(1.5, 7) 
    142     scale = thickness * 10**np.random.uniform(-7, -4) 
    143142    pars = dict( 
    144         #scale=1, 
    145143        thickness=thickness, 
    146144        Nlayers=Nlayers, 
Note: See TracChangeset for help on using the changeset viewer.