Changeset c499331 in sasmodels for sasmodels/modelinfo.py


Ignore:
Timestamp:
Mar 25, 2016 5:45:02 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:
d19962c
Parents:
5ff1b03
Message:

progress on having compare.py recognize vector parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

    r60eab2a rc499331  
    236236                if int(low) != low or int(high) != high or low<0 or high>20: 
    237237                    raise ValueError("expected limits on %s to be within [0, 20]"%ref.name) 
    238                 p.length = low 
     238                p.length = high 
    239239 
    240240    def _set_defaults(self): 
Note: See TracChangeset for help on using the changeset viewer.