Changeset ec52ea1 in sasview for src/sas/sasgui/perspectives/calculator/slit_length_calculator_panel.py
- Timestamp:
- Aug 13, 2018 4:47:22 PM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- 0863065, d53abd2, f05f6ff
- Parents:
- 3bfcd9e (diff), d788619 (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 Butler <butlerpd@…> (08/13/18 16:47:22)
- git-committer:
- GitHub <noreply@…> (08/13/18 16:47:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/calculator/slit_length_calculator_panel.py
r7432acb rd788619 248 248 Complete the loading and compute the slit size 249 249 """ 250 if isinstance(data, list): 251 data = data[0] 250 252 if data is None or data.__class__.__name__ == 'Data2D': 251 253 if self.parent.parent is None:
Note: See TracChangeset
for help on using the changeset viewer.