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

    r48462b0 r2d81cfe  
    3434G Evmenenko, E Theunissen, K Mortensen, H Reynaers, *Polymer*, 
    353542 (2001) 2907-2913 
    36  
    3736""" 
    3837 
     38import numpy as np 
    3939from numpy import inf, exp 
    4040 
     
    8989 
    9090def random(): 
    91     import numpy as np 
    9291    gauss_scale = 10**np.random.uniform(1, 3) 
    9392    lorentz_scale = 10**np.random.uniform(1, 3) 
Note: See TracChangeset for help on using the changeset viewer.