Changeset 965fbd8 in sasview for src/sas/qtgui/UnitTesting/Plotter2DTest.py
- Timestamp:
- Feb 2, 2017 9:09:39 AM (8 years ago)
- 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:
- b789967
- Parents:
- 3bdbfcc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UnitTesting/Plotter2DTest.py
- Property mode changed from 100755 to 100644
r3bdbfcc r965fbd8 100 100 101 101 self.assertEqual(self.plotter.cmap, "jet") 102 self.assert Equal(self.plotter.vmin, -0.1)103 self.assert Equal(self.plotter.vmax, 0.1)102 self.assertAlmostEqual(self.plotter.vmin, 0.1, 6) 103 self.assertAlmostEqual(self.plotter.vmax, 1e+20, 6) 104 104 105 105 def testOnToggleScale(self):
Note: See TracChangeset
for help on using the changeset viewer.