Ignore:
Timestamp:
Mar 29, 2017 10:02:34 AM (7 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:
7d077d1
Parents:
6fd4e36
Message:

Plotting residuals in fitting.
PlotHelper? updates.
Minor refactoring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/UnitTesting/DataExplorerTest.py

    r6fd4e36 r0268aed  
    626626        PlotHelper.clear() 
    627627 
    628         graph_list=[1,2,3] 
     628        graph_list=["1","2","3"] 
    629629        self.form.updateGraphCombo(graph_list) 
    630630 
    631631        self.assertEqual(self.form.cbgraph.count(), 3) 
    632         self.assertEqual(self.form.cbgraph.currentText(), 'Graph1') 
     632        self.assertEqual(self.form.cbgraph.currentText(), '1') 
    633633 
    634634        graph_list=[] 
Note: See TracChangeset for help on using the changeset viewer.