Changeset ec45c4f in sasmodels for sasmodels/models/fractal.py


Ignore:
Timestamp:
Apr 4, 2016 6:45:36 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
3a45c2c, cd0a808
Parents:
f247314
Message:

remove oldname/oldpars from new models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fractal.py

    r5e29b9d rec45c4f  
    103103            sld_solvent=6.4) 
    104104 
    105 # For testing against the old sasview models, include the converted parameter 
    106 # names and the target sasview model name. 
    107 oldname = 'FractalModel' 
    108 oldpars = dict(radius='radius', 
    109                fractal_dim='fractal_dim', 
    110                cor_length='cor_length', 
    111                sld_block='sldBlock', 
    112                sld_solvent='sldSolv') 
    113  
    114105# NOTE: test results taken from values returned by SasView 3.1.2 
    115106tests = [ 
Note: See TracChangeset for help on using the changeset viewer.