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


Ignore:
Timestamp:
Apr 4, 2016 4: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/rectangular_prism.py

    r76e5041 rec45c4f  
    131131            c2a_ratio_pd=0.1, c2a_ratio_pd_n=1) 
    132132 
    133 # For testing against the old sasview models, include the converted parameter 
    134 # names and the target sasview model name. 
    135 oldname = 'RectangularPrismModel' 
    136 oldpars = dict(a_side='short_side', b2a_ratio='b2a_ratio', c_side='c2a_ratio', 
    137                sld='sldPipe', sld_solvent='sldSolv') 
    138  
    139133tests = [[{}, 0.2, 0.375248406825], 
    140134         [{}, [0.2], [0.375248406825]], 
Note: See TracChangeset for help on using the changeset viewer.