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_thin_walls.py

    r31df0c9 r2d81cfe  
    7474 
    7575R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 
    76  
    7776""" 
    7877 
     78import numpy as np 
    7979from numpy import pi, inf, sqrt 
    8080 
     
    128128 
    129129def random(): 
    130     import numpy as np 
    131130    a, b, c = 10**np.random.uniform(1, 4.7, size=3) 
    132131    pars = dict( 
     
    149148         [{}, [0.2], [0.837719188592]], 
    150149        ] 
    151  
    152  
Note: See TracChangeset for help on using the changeset viewer.