Changeset 03582f9 in sasmodels
- Timestamp:
- Feb 6, 2016 10:14:10 AM (9 years ago)
- 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:
- d368d21
- Parents:
- 61fd21d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/convert.py
r6458608 r03582f9 98 98 # Note: update compare.constrain_pars to match 99 99 name = model_definition.name 100 if name in ('teubner_strey', 'broad_peak', 'two_lorentzian', 'gel_fit'): 100 if name in ('teubner_strey', 'broad_peak', 'two_lorentzian', 'gel_fit', 101 'binary_hard_sphere'): 101 102 if oldpars.pop('scale', 1.0) != 1.0: 102 103 warnings.warn("parameter scale not used in sasview %s"%name)
Note: See TracChangeset
for help on using the changeset viewer.