Changeset d504bcd in sasmodels
- Timestamp:
- Dec 20, 2016 5:29:09 PM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- edf1e8b
- Parents:
- a0168e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/compare.py
rfe25eda rd504bcd 340 340 if pars['radius'] < pars['thick_string']: 341 341 pars['radius'], pars['thick_string'] = pars['thick_string'], pars['radius'] 342 pars['num_pearls'] = math.ceil(pars['num_pearls'])343 342 pass 344 343 … … 353 352 for c in '1234': 354 353 pars['Phi'+c] /= total 355 356 elif name == 'stacked_disks':357 pars['n_stacking'] = math.ceil(pars['n_stacking'])358 354 359 355 def parlist(model_info, pars, is2d):
Note: See TracChangeset
for help on using the changeset viewer.