Changeset f560e23 in sasview
- Timestamp:
- Nov 9, 2018 5:00:06 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
- Children:
- e66f9c1, 1342f6a, 4e373ab, a5cffe5
- Parents:
- d742b56 (diff), fee520ec (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:
- Ricardo Ferraz Leal <ricleal@…> (11/09/18 17:00:06)
- git-committer:
- GitHub <noreply@…> (11/09/18 17:00:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/file_reader_base_class.py
r4a8d55c rfee520ec 276 276 dataset.xmax = np.max(dataset.qx_data) 277 277 dataset.ymin = np.min(dataset.qy_data) 278 dataset.ymax = np.max(dataset.q x_data)278 dataset.ymax = np.max(dataset.qy_data) 279 279 280 280 def format_unit(self, unit=None):
Note: See TracChangeset
for help on using the changeset viewer.