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

    r76e5041 rec45c4f  
    222222            psi_pd=10, psi_pd_n=10) 
    223223 
    224 # For testing against the old sasview models, include the converted parameter 
    225 # names and the target sasview model name. 
    226 oldname = 'ParallelepipedModel' 
    227 oldpars = dict(theta='parallel_theta', phi='parallel_phi', psi='parallel_psi', 
    228                a_side='short_a', b_side='short_b', c_side='long_c', 
    229                sld='sldPipe', sld_solvent='sldSolv') 
    230  
    231  
    232224qx, qy = 0.2 * np.cos(2.5), 0.2 * np.sin(2.5) 
    233225tests = [[{}, 0.2, 0.17758004974], 
Note: See TracChangeset for help on using the changeset viewer.