Changeset a165bee in sasview for src/sas/sascalc
- Timestamp:
- Nov 15, 2018 10:17:42 AM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249
- Children:
- c222c27
- Parents:
- 802fc18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/readers/cansas_reader_HDF5.py
r802fc18 ra165bee 528 528 elif isinstance(self.current_dataset, plottable_1D): 529 529 if self.multi_frame: 530 for x in range(0, len(self.data_frames) - 1):530 for x in range(0, len(self.data_frames)): 531 531 self.current_dataset.y = self.data_frames[x] 532 532 if len(self.data_uncertainty_frames) > x:
Note: See TracChangeset
for help on using the changeset viewer.