Ignore:
Timestamp:
Sep 19, 2018 9:33:59 AM (6 years ago)
Author:
wojciech
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
bdfe0be
Parents:
dee9e5f (diff), d1e4689 (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_Pr_fixes

File:
1 edited

Legend:

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

    r1a15ada rd1e4689  
    620620        # Set to 0 
    621621        self.widget.lstParams.indexWidget(func_index).setCurrentIndex(0) 
    622         self.assertEqual(self.widget._model_model.rowCount(), last_row - 2) # 2 fewer rows than default 
     622        self.assertEqual(self.widget._model_model.rowCount(), last_row - 2) 
    623623 
    624624    def testPlotTheory(self): 
     
    658658        self.assertEqual(spy.count(), 0) 
    659659 
    660     def testPlotData(self): 
     660    def notestPlotData(self): 
    661661        """ 
    662662        See that data item can produce a chart 
Note: See TracChangeset for help on using the changeset viewer.