Ignore:
Timestamp:
Mar 26, 2019 3:14:45 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
ticket-1094-headless
Children:
9cc1f49
Parents:
cb44d66 (diff), 2b3eb3d (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.
Message:

Merge branch 'ticket-1243' into ticket-1094-headless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/readers/cansas_reader.py

    r8c9e65c rf0b9bce  
    493493                self.current_datainfo.errors.add(error) 
    494494            self.data_cleanup() 
    495             self.sort_one_d_data() 
    496             self.sort_two_d_data() 
     495            self.sort_data() 
    497496            self.reset_data_list() 
    498497            return self.output[0], None 
Note: See TracChangeset for help on using the changeset viewer.