Changeset ec45c4f in sasmodels for sasmodels/models/pearl_necklace.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/pearl_necklace.py

    ra2f9aa2 rec45c4f  
    125125           ) 
    126126 
    127 # For testing against the old sasview models, include the converted parameter 
    128 # names and the target sasview model name. 
    129 oldname = 'PearlNecklaceModel' 
    130 oldpars = dict(scale='scale', background='background', radius='radius', 
    131                number_of_pearls='num_pearls', sld_solvent='sld_solv', 
    132                string_thickness='thick_string', sld='sld_pearl', 
    133                sld_string='sld_string', edge_separation='edge_separation') 
    134  
    135127tests = [[{}, 0.001, 17380.245], [{}, 'ER', 115.39502]] 
Note: See TracChangeset for help on using the changeset viewer.