Changeset 3e6c5c1 in sasmodels
- Timestamp:
- Feb 18, 2016 1:08:12 PM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/correlation_length.py
r5054e80 r3e6c5c1 78 78 # names and the target sasview model name. 79 79 oldname = 'CorrLengthModel' 80 # pylint: disable=bad-continuation 81 oldpars = dict( 82 lorentz_scale='scale_l', porod_scale='scale_p', 80 81 oldpars = dict(lorentz_scale='scale_l', porod_scale='scale_p', 83 82 cor_length='length_l', exponent_p='exponent_p', 84 exponent_l='exponent_l' 85 ) 83 exponent_l='exponent_l') 86 84 87 tests = [ 88 [{}, 0.001, 1009.98], 85 tests = [[{}, 0.001, 1009.98], 89 86 [{}, 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.