Changeset e793f62 in sasview for src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingWidgetTest.py
- Timestamp:
- Jul 25, 2018 11:48:08 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 144fe21
- Parents:
- da046c99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingWidgetTest.py
r80468f6 re793f62 465 465 # check values 466 466 self.assertEqual(self.widget.kernel_module.getParam('radius_bell.npts'), 35) 467 self.assertAlmostEqual(self.widget.kernel_module.getParam('radius_bell.nsigmas'), 1.7 0325, 5)467 self.assertAlmostEqual(self.widget.kernel_module.getParam('radius_bell.nsigmas'), 1.73205, 5) 468 468 # Change the index 469 469 self.widget.onPolyComboIndexChange('lognormal', 0)
Note: See TracChangeset
for help on using the changeset viewer.