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

    r8f04da4 r2d81cfe  
    9090M Bergstrom, J S Pedersen, P Schurtenberger, S U Egelhaaf, 
    9191*J. Phys. Chem. B*, 103 (1999) 9888-9897 
    92  
    9392""" 
    9493 
     94import numpy as np 
    9595from numpy import inf 
    9696 
     
    133133 
    134134def random(): 
    135     import numpy as np 
    136135    total_thickness = 10**np.random.uniform(2, 4.7) 
    137136    Nlayers = np.random.randint(2, 200) 
     
    158157# 
    159158tests = [ 
    160     [{'scale': 1.0, 'background': 0.0, 'thickness': 33.,'Nlayers': 20.0, 
     159    [{'scale': 1.0, 'background': 0.0, 'thickness': 33., 'Nlayers': 20.0, 
    161160      'd_spacing': 250., 'sigma_d': 0.2, 'sld': 1.0, 
    162       'sld_solvent': 6.34, 'thickness_pd': 0.0, 'thickness_pd_n': 40 }, 
     161      'sld_solvent': 6.34, 'thickness_pd': 0.0, 'thickness_pd_n': 40}, 
    163162     [0.001, 0.215268], [21829.3, 0.00487686]], 
    164163] 
    165 # ADDED by: RKH  ON: 18Mar2016  converted from sasview previously, now renaming everything & sorting the docs 
     164# ADDED by: RKH  ON: 18Mar2016  converted from sasview previously, 
     165# now renaming everything & sorting the docs 
Note: See TracChangeset for help on using the changeset viewer.