Changes in / [b01a603:71f8bdb] in sasmodels


Ignore:
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.