Ignore:
Timestamp:
Nov 29, 2017 11:13:23 AM (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/hollow_rectangular_prism.py

    r30b60d2 r2d81cfe  
    8080 
    8181R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 
    82  
    8382""" 
    8483 
     84import numpy as np 
    8585from numpy import pi, inf, sqrt 
    8686 
     
    147147 
    148148def random(): 
    149     import numpy as np 
    150149    a, b, c = 10**np.random.uniform(1, 4.7, size=3) 
    151150    # Thickness is limited to 1/2 the smallest dimension 
     
    175174         [{}, [0.2], [0.76687283098]], 
    176175        ] 
    177  
Note: See TracChangeset for help on using the changeset viewer.