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/core_shell_parallelepiped.py

    raad336c rec45c4f  
    176176            psi_pd=10, psi_pd_n=10) 
    177177 
    178  
    179 # For testing against the old sasview models, include the converted parameter 
    180 # names and the target sasview model name. 
    181 oldname = 'CSParallelepipedModel' 
    182 oldpars = dict(theta='parallel_theta', phi='parallel_phi', psi='parallel_psi', 
    183                sld_core='sld_pcore', sld_a='sld_rimA', sld_b='sld_rimB', 
    184                sld_c='sld_rimC', sld_solvent='sld_solv', 
    185                a_side='shortA', b_side='midB', c_side='longC', 
    186                arim_thickness='rimA', brim_thickness='rimB', crim_thickness='rimC') 
    187  
    188178qx, qy = 0.2 * np.cos(2.5), 0.2 * np.sin(2.5) 
    189179tests = [[{}, 0.2, 0.533149288477], 
Note: See TracChangeset for help on using the changeset viewer.