Changeset d2bb604 in sasmodels for sasmodels/modelinfo.py


Ignore:
Timestamp:
Apr 5, 2016 12:34:30 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:
21b116f
Parents:
1e2a1ba
Message:

fix models so all dll tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

    rfb5914f rd2bb604  
    144144                    # support for the form 
    145145                    #    demo(thickness=0, thickness2=50) 
    146                     for k in pars[name].length: 
     146                    for k in range(1, pars[name].length+1): 
    147147                        key = name+str(k) 
    148148                        if key not in scalars: 
Note: See TracChangeset for help on using the changeset viewer.