Ignore:
Timestamp:
Mar 28, 2017 8:53:29 AM (8 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:
0268aed
Parents:
a9b568c
Message:

Chi2 display + minor refactoring

File:
1 edited

Legend:

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

    r9934e48 r6fd4e36  
    215215        self.assertFalse(self.widget.calculateQGridForModel.called) 
    216216 
    217         # Let's set a dummy index on widget 
    218         self.widget._index = QtGui.QStandardItem() 
     217        # Let's tell the widget that data has been loaded 
     218        self.widget.data_is_loaded = True 
    219219        # Reset the sasmodel index 
    220220        self.widget.cbModel.setCurrentIndex(1) 
Note: See TracChangeset for help on using the changeset viewer.