Changeset 80963c6c in sasview for src/sas/sascalc/dataloader/readers


Ignore:
Timestamp:
Feb 7, 2019 4:02:47 AM (5 years ago)
Author:
wojciech
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
a1b49a7
Parents:
a74dd016 (diff), a0f3c29 (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 'ESS_GUI' of https://github.com/SasView/sasview into ESS_GUI

File:
1 edited

Legend:

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

    r8db20a9 ra0f3c29  
    493493                self.current_datainfo.errors.add(error) 
    494494            self.data_cleanup() 
    495             self.sort_one_d_data() 
    496             self.sort_two_d_data() 
     495            # Where are these defined?? 
     496            #self.sort_one_d_data() 
     497            #self.sort_two_d_data() 
    497498            self.reset_data_list() 
    498499            return self.output[0], None 
Note: See TracChangeset for help on using the changeset viewer.