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

    r232bb12 r2d81cfe  
    2424""" 
    2525 
    26 from numpy import power, inf, errstate 
     26import numpy as np 
     27from numpy import inf, errstate 
    2728 
    2829name = "porod" 
     
    4647 
    4748def random(): 
    48     import numpy as np 
    4949    sld, solvent = np.random.uniform(-0.5, 12, size=2) 
    5050    radius = 10**np.random.uniform(1, 4.7) 
Note: See TracChangeset for help on using the changeset viewer.