Changeset e793f62 in sasview


Ignore:
Timestamp:
Jul 25, 2018 9:48:08 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
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
Message:

fix typo in testOnPolyComboIndexChange

File:
1 edited

Legend:

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

    r80468f6 re793f62  
    465465        # check values 
    466466        self.assertEqual(self.widget.kernel_module.getParam('radius_bell.npts'), 35) 
    467         self.assertAlmostEqual(self.widget.kernel_module.getParam('radius_bell.nsigmas'), 1.70325, 5) 
     467        self.assertAlmostEqual(self.widget.kernel_module.getParam('radius_bell.nsigmas'), 1.73205, 5) 
    468468        # Change the index 
    469469        self.widget.onPolyComboIndexChange('lognormal', 0) 
Note: See TracChangeset for help on using the changeset viewer.