Changeset 2d81cfe in sasmodels for sasmodels/models/binary_hard_sphere.py


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

    r30b60d2 r2d81cfe  
    7373""" 
    7474 
     75import numpy as np 
    7576from numpy import inf 
    7677 
     
    111112 
    112113def random(): 
    113     import numpy as np 
    114114    # TODO: binary_hard_sphere fails at low qr 
    115115    radius_lg = 10**np.random.uniform(2, 4.7) 
     
    137137# NOTE: test results taken from values returned by SasView 3.1.2 
    138138tests = [[{}, 0.001, 25.8927262013]] 
    139  
Note: See TracChangeset for help on using the changeset viewer.