Ignore:
Timestamp:
Nov 9, 2017 8:45:20 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:
dd150ef
Parents:
d6b8a1d
git-author:
Piotr Rozyczko <rozyczko@…> (11/08/17 09:22:45)
git-committer:
Piotr Rozyczko <rozyczko@…> (11/09/17 08:45:20)
Message:

Converted unit tests

File:
1 edited

Legend:

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

    rd6b8a1d r53c771e  
    5555DEFAULT_POLYDISP_FUNCTION = 'gaussian' 
    5656 
    57 #USING_TWISTED = True 
    58 USING_TWISTED = False 
     57USING_TWISTED = True 
     58#USING_TWISTED = False 
    5959 
    6060class ToolTippedItemModel(QtGui.QStandardItemModel): 
     
    138138            self.data = data 
    139139 
    140     def close(self): 
    141         """ 
    142         Remember to kill off things on exit 
    143         """ 
    144         self.helpView.close() 
    145         del self.helpView 
     140    #def close(self): 
     141    #    """ 
     142    #    Remember to kill off things on exit 
     143    #    """ 
     144    #    self.helpView.close() 
     145    #    del self.helpView 
    146146 
    147147    @property 
Note: See TracChangeset for help on using the changeset viewer.