Changeset 2d81cfe in sasmodels for sasmodels/models/sphere.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/sphere.py

    r97d89af r2d81cfe  
    4343""" 
    4444 
     45import numpy as np 
    4546from numpy import inf 
    4647 
     
    8788 
    8889def random(): 
    89     import numpy as np 
    9090    radius = 10**np.random.uniform(1.3, 4) 
    9191    pars = dict( 
     
    102102    [{"radius": 120., "radius_pd": 0.2, "radius_pd_n":45}, "VR", 1.], 
    103103] 
    104  
    105  
Note: See TracChangeset for help on using the changeset viewer.