Ignore:
Timestamp:
Nov 8, 2017 9:22:45 AM (6 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:
0e80658
Parents:
412e069e
Message:

Converted unit tests

File:
1 edited

Legend:

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

    r412e069e r3e8dee3  
    5454DEFAULT_POLYDISP_FUNCTION = 'gaussian' 
    5555 
    56 #USING_TWISTED = True 
    57 USING_TWISTED = False 
     56USING_TWISTED = True 
     57#USING_TWISTED = False 
    5858 
    5959class ToolTippedItemModel(QtGui.QStandardItemModel): 
     
    137137            self.data = data 
    138138 
    139     def close(self): 
    140         """ 
    141         Remember to kill off things on exit 
    142         """ 
    143         self.helpView.close() 
    144         del self.helpView 
     139    #def close(self): 
     140    #    """ 
     141    #    Remember to kill off things on exit 
     142    #    """ 
     143    #    self.helpView.close() 
     144    #    del self.helpView 
    145145 
    146146    @property 
Note: See TracChangeset for help on using the changeset viewer.