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

    r8f04da4 r2d81cfe  
    4545 
    4646R V Sharma, K C Sharma, *Physica*, 89A (1977) 213. 
     47""" 
    4748 
    48 """ 
     49import numpy as np 
    4950from numpy import inf 
    5051 
     
    133134 
    134135def random(): 
    135     import numpy as np 
    136136    pars = dict( 
    137137        scale=1, background=0, 
     
    148148tests = [ 
    149149    [{'scale': 1.0, 'background': 0.0, 'radius_effective': 50.0, 
    150       'volfraction': 0.04,'welldepth': 1.5, 'wellwidth': 1.2, 
     150      'volfraction': 0.04, 'welldepth': 1.5, 'wellwidth': 1.2, 
    151151      'radius_effective_pd': 0}, [0.001], [0.97665742]], 
    152152    ] 
    153153# ADDED by: converting from sasview RKH  ON: 16Mar2016 
    154  
Note: See TracChangeset for help on using the changeset viewer.