Changeset f50d170 in sasview for src/sas/qtgui/Perspectives


Ignore:
Timestamp:
Jul 26, 2018 7:35:50 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:
3f5b901
Parents:
d8f4d9b
Message:

fix testCurrentState (adsorbed_layer is the first Sphere-category model in sasmodels, alphabetically)

File:
1 edited

Legend:

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

    r144fe21 rf50d170  
    953953        self.assertTrue(fp.data_is_loaded) 
    954954        self.assertEqual(fp.current_category, "Sphere") 
    955         self.assertEqual(fp.current_model, "binary_hard_sphere") 
     955        self.assertEqual(fp.current_model, "adsorbed_layer") 
    956956        self.assertListEqual(fp.parameters_to_fit, ['scale']) 
    957957 
Note: See TracChangeset for help on using the changeset viewer.