Changeset 98b9f32 in sasview for src/sas/sasgui/perspectives/fitting/fitting.py
- Timestamp:
- Nov 28, 2018 10:33:14 AM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1249
- Children:
- 61379c2e
- Parents:
- 5251ec6 (diff), 4e373ab (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. - git-author:
- Paul Kienzle <pkienzle@…> (11/28/18 10:33:14)
- git-committer:
- GitHub <noreply@…> (11/28/18 10:33:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/fitting.py
r5251ec6 r98b9f32 776 776 :param weight: current dy data 777 777 """ 778 # If we are not dealing with a specific fit problem, then 779 # there is no point setting the weights. 780 if fid is None: 781 return 778 # Note: this is used to set the data weights for the fit based on 779 # the weight selection in the GUI. 782 780 if uid in self.page_finder: 783 781 self.page_finder[uid].set_weight(flag=flag, is2d=is2d)
Note: See TracChangeset
for help on using the changeset viewer.