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/mass_surface_fractal.py

    rca04add r2d81cfe  
    4949A J Hurd, D W Schaefer, J E Martin, *Phys. Rev. A*, 
    505035 (1987) 2361-2364 Equation(2) 
    51  
    5251""" 
    5352 
     53import numpy as np 
    5454from numpy import inf 
    5555 
     
    8686 
    8787def random(): 
    88     import numpy as np 
    8988    fractal_dim = np.random.uniform(0, 6) 
    9089    surface_portion = np.random.uniform(0, 1) 
Note: See TracChangeset for help on using the changeset viewer.