Changeset b297ba9 in sasmodels for sasmodels/models/multilayer_vesicle.py


Ignore:
Timestamp:
Mar 20, 2019 7:03:50 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
4e28511
Parents:
0d362b7
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/multilayer_vesicle.py

    ree60aa7 rb297ba9  
    149149 
    150150def random(): 
     151    """Return a random parameter set for the model.""" 
    151152    volfraction = 10**np.random.uniform(-3, -0.5)  # scale from 0.1% to 30% 
    152153    radius = 10**np.random.uniform(0, 2.5) # core less than 300 A 
Note: See TracChangeset for help on using the changeset viewer.