Ignore:
Timestamp:
Aug 16, 2017 2:44:42 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
0e4d87c
Parents:
38eb433
Message:

Fixing unit tests + removal of unnecessary files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r38eb433 r377ade1  
    4848DEFAULT_POLYDISP_FUNCTION = 'gaussian' 
    4949 
    50 USING_TWISTED = False 
     50USING_TWISTED = True 
    5151 
    5252class FittingWidget(QtGui.QWidget, Ui_FittingWidgetUI): 
     
    175175        self.undo_supported = False 
    176176        self.page_stack = [] 
     177        self.all_data = [] 
    177178 
    178179        # Data for chosen model 
Note: See TracChangeset for help on using the changeset viewer.