Changeset 2d81cfe in sasmodels for sasmodels/models/multilayer_vesicle.py


Ignore:
Timestamp:
Nov 29, 2017 1:13:23 PM (6 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:
237b800f
Parents:
a839b22
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/multilayer_vesicle.py

    r64eecf7 r2d81cfe  
    110110""" 
    111111 
     112import numpy as np 
    112113from numpy import inf 
    113114 
     
    151152 
    152153def random(): 
    153     import numpy as np 
    154154    volfraction = 10**np.random.uniform(-3, -0.5)  # scale from 0.1% to 30% 
    155155    radius = 10**np.random.uniform(0, 2.5) # core less than 300 A 
Note: See TracChangeset for help on using the changeset viewer.