Changeset 3f5b901 in sasview for src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingWidgetTest.py
- Timestamp:
- Jul 26, 2018 9:39: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:
- fce6c55, ee7e423
- Parents:
- f50d170
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingWidgetTest.py
rf50d170 r3f5b901 535 535 536 536 # Check the magnetic model 537 self.assertEqual(self.widget._magnet_model.rowCount(), 12)537 self.assertEqual(self.widget._magnet_model.rowCount(), 9) 538 538 self.assertEqual(self.widget._magnet_model.columnCount(), 5) 539 539
Note: See TracChangeset
for help on using the changeset viewer.