Changeset 8fbca4f in sasview for src/sas/sascalc/fit/pagestate.py
- Timestamp:
- Mar 30, 2019 6:59:20 AM (6 years ago)
- Branches:
- ticket-1009
- Children:
- ffe5345
- Parents:
- c74f359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/fit/pagestate.py
rc74f359 r8fbca4f 491 491 """ 492 492 for item in list: 493 if str(item[1][- 5:]) == 'width':493 if str(item[1][-6:]) == '.width': 494 494 par = str(item[1][:-6]) 495 495 pd_type = str(self.model.dispersion[par]['type'])
Note: See TracChangeset
for help on using the changeset viewer.