Changeset cf52f9c in sasmodels
- Timestamp:
- Mar 20, 2016 4:41:12 PM (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:
- 5464d68, 3a45c2c
- Parents:
- 4b2972c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/core.py
r35647ab rcf52f9c 216 216 with an error of about 1%, which is usually less than the measurement 217 217 uncertainty. 218 """ 219 print pars 218 219 *mono* is True if polydispersity should be set to none on all parameters. 220 """ 220 221 fixed_pars = [pars.get(name, kernel.info['defaults'][name]) 221 222 for name in kernel.fixed_pars]
Note: See TracChangeset
for help on using the changeset viewer.