Changeset e56883e in sasmodels
- Timestamp:
- Mar 21, 2016 10:39:14 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:
- 3a45c2c
- Parents:
- e5ce788 (diff), 670eee4 (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:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/compare.py
r98d6cfc r1671636 366 366 composition_type, parts = model_info['composition'] 367 367 if composition_type == 'product': 368 from sas. models.MultiplicationModel import MultiplicationModel368 from sas.sascalc.fit.MultiplicationModel import MultiplicationModel 369 369 P, S = [get_model(p) for p in model_info['oldname']] 370 370 model = MultiplicationModel(P, S) -
sasmodels/convert.py
r062db5a rc6ca41e 156 156 elif name == 'vesicle': 157 157 del oldpars['volfraction'] 158 elif name == 'multilayer_vesicle': 159 del oldpars['volfraction'] 158 160 159 161 return oldpars … … 195 197 elif name == 'vesicle': 196 198 pars['volfraction'] = 1 199 elif name == 'multilayer_vesicle': 200 pars['volfraction'] = 1 197 201
Note: See TracChangeset
for help on using the changeset viewer.