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

    r31df0c9 r2d81cfe  
    8181 
    8282R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 
    83  
    8483""" 
    8584 
     85import numpy as np 
    8686from numpy import pi, inf, sqrt 
    8787 
     
    126126 
    127127def random(): 
    128     import numpy as np 
    129128    a, b, c = 10**np.random.uniform(1, 4.7, size=3) 
    130129    pars = dict( 
Note: See TracChangeset for help on using the changeset viewer.