Changeset 3e6c5c1 in sasmodels for sasmodels/models/correlation_length.py


Ignore:
Timestamp:
Feb 18, 2016 11:08:12 AM (8 years ago)
Author:
mathieu
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
0e86967
Parents:
c0ccea8
Message:

Fix pylint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/correlation_length.py

    r5054e80 r3e6c5c1  
    7878# names and the target sasview model name. 
    7979oldname = 'CorrLengthModel' 
    80 # pylint: disable=bad-continuation 
    81 oldpars = dict( 
    82                lorentz_scale='scale_l', porod_scale='scale_p', 
     80 
     81oldpars = dict(lorentz_scale='scale_l', porod_scale='scale_p', 
    8382               cor_length='length_l', exponent_p='exponent_p', 
    84                exponent_l='exponent_l' 
    85                ) 
     83               exponent_l='exponent_l') 
    8684 
    87 tests = [ 
    88          [{}, 0.001, 1009.98], 
     85tests = [[{}, 0.001, 1009.98], 
    8986         [{}, 0.150141, 0.174645], 
    90          [{}, 0.442528, 0.0203957] 
    91          ] 
    92 # pylint: enable=bad-continuation 
     87         [{}, 0.442528, 0.0203957]] 
Note: See TracChangeset for help on using the changeset viewer.