Changeset 31df0c9 in sasmodels for sasmodels/models/sphere.py


Ignore:
Timestamp:
Aug 1, 2017 2:38:47 PM (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:
1511c37c
Parents:
d49ca5c
Message:

tuned random model generation for more models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/sphere.py

    r404ebbd r31df0c9  
    8686def random(): 
    8787    import numpy as np 
    88     Vf = 10**np.random.uniform(-4, -2) 
    8988    radius = 10**np.random.uniform(1.3, 4) 
    90     V = radius**3 
    9189    pars = dict( 
    92         #background=0, sld=1, sld_solvent=0, 
    93         scale=1e10*Vf/V, 
    9490        radius=radius, 
    9591    ) 
Note: See TracChangeset for help on using the changeset viewer.