Changeset 8fbca4f in sasview


Ignore:
Timestamp:
Mar 30, 2019 4:59:20 AM (5 years ago)
Author:
gonzalezm
Branches:
ticket-1009
Children:
ffe5345
Parents:
c74f359
Message:

Changed comparison to find PD parameters to .width instead of width

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/fit/pagestate.py

    rc74f359 r8fbca4f  
    491491        """ 
    492492        for item in list: 
    493             if str(item[1][-5:]) == 'width': 
     493            if str(item[1][-6:]) == '.width': 
    494494                par = str(item[1][:-6]) 
    495495                pd_type = str(self.model.dispersion[par]['type']) 
Note: See TracChangeset for help on using the changeset viewer.