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

    r31df0c9 r2d81cfe  
    838322(15) 2006 6539-6548 
    8484""" 
     85 
     86import numpy as np 
    8587from numpy import inf 
    8688 
     
    113115 
    114116def random(): 
    115     import numpy as np 
    116117    length = 10**np.random.uniform(2, 6) 
    117118    radius = 10**np.random.uniform(1, 3) 
     
    164165     }, 1.0, 0.0016338264790] 
    165166    ] 
    166  
Note: See TracChangeset for help on using the changeset viewer.