Ignore:
Timestamp:
Nov 9, 2018 3:00:06 PM (5 years ago)
Author:
GitHub <noreply@…>
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 15:00:06)
git-committer:
GitHub <noreply@…> (11/09/18 15:00:06)
Message:

Merge pull request #197 from SasView?/ticket-1212-bug-fix

ticket #1212 fixed the qx.data bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/file_reader_base_class.py

    r4a8d55c rfee520ec  
    276276                    dataset.xmax = np.max(dataset.qx_data) 
    277277                    dataset.ymin = np.min(dataset.qy_data) 
    278                     dataset.ymax = np.max(dataset.qx_data) 
     278                    dataset.ymax = np.max(dataset.qy_data) 
    279279 
    280280    def format_unit(self, unit=None): 
Note: See TracChangeset for help on using the changeset viewer.