Changeset e6378f9 in sasmodels for sasmodels/modelinfo.py


Ignore:
Timestamp:
Oct 4, 2016 3:44:00 PM (8 years ago)
Author:
richardh
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
bb2d187, 71f8bdb
Parents:
ca55aa0 (diff), d247047 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/Sasview/sasmodels

rkh trying to change one line in modelinfo.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

    r340428e rca55aa0  
    4343COMMON_PARAMETERS = [ 
    4444    ("scale", "", 1, (0.0, np.inf), "", "Source intensity"), 
    45     ("background", "1/cm", 1e-3, (0.0, np.inf), "", "Source background"), 
     45    ("background", "1/cm", 1e-3, (-np.inf, np.inf), "", "Source background"), 
    4646] 
    4747assert (len(COMMON_PARAMETERS) == 2 
Note: See TracChangeset for help on using the changeset viewer.