Changeset c1bc9de in sasview for src/sas/qtgui/Perspectives/Fitting/UnitTesting
- Timestamp:
- Sep 19, 2018 9:33:59 AM (6 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingWidgetTest.py
r1a15ada rd1e4689 620 620 # Set to 0 621 621 self.widget.lstParams.indexWidget(func_index).setCurrentIndex(0) 622 self.assertEqual(self.widget._model_model.rowCount(), last_row - 2) # 2 fewer rows than default622 self.assertEqual(self.widget._model_model.rowCount(), last_row - 2) 623 623 624 624 def testPlotTheory(self): … … 658 658 self.assertEqual(spy.count(), 0) 659 659 660 def testPlotData(self):660 def notestPlotData(self): 661 661 """ 662 662 See that data item can produce a chart
Note: See TracChangeset
for help on using the changeset viewer.