Changeset 12076cf in sasmodels
- Timestamp:
- Feb 19, 2015 10:50:16 AM (10 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:
- 8221f1c
- Parents:
- 51bfbeb (diff), c9801b8 (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. - Location:
- sasmodels
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/generate.py
r51bfbeb r12076cf 732 732 info['limits'] = dict((p[0],p[3]) for p in info['parameters']) 733 733 info['partype'] = categorize_parameters(info['parameters']) 734 info['defaults'] = dict((p[0],p[2]) for p in info['parameters']) 734 735 735 736 source = make_model(info)
Note: See TracChangeset
for help on using the changeset viewer.