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

    rcaa7b4a rec45c4f  
    116116            lorentz_exp_2=2.0) 
    117117 
    118 oldname = "TwoLorentzianModel" 
    119 oldpars = dict(background='background', 
    120                lorentz_scale_1='scale_1', 
    121                lorentz_scale_2='scale_2', 
    122                lorentz_length_1='length_1', 
    123                lorentz_length_2='length_2', 
    124                lorentz_exp_1='exponent_1', 
    125                lorentz_exp_2='exponent_2') 
    126  
    127118tests = [ 
    128119 
Note: See TracChangeset for help on using the changeset viewer.