Changes in / [71f8bdb:b01a603] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/modelinfo.py
rca55aa0 r340428e 43 43 COMMON_PARAMETERS = [ 44 44 ("scale", "", 1, (0.0, np.inf), "", "Source intensity"), 45 ("background", "1/cm", 1e-3, ( -np.inf, np.inf), "", "Source background"),45 ("background", "1/cm", 1e-3, (0.0, np.inf), "", "Source background"), 46 46 ] 47 47 assert (len(COMMON_PARAMETERS) == 2
Note: See TracChangeset
for help on using the changeset viewer.