Ignore:
Timestamp:
Jun 15, 2017 8:24:49 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
72f4834
Parents:
144ec831
Message:

Unit tests for fitting options dialog SASVIEW-514

File:
1 edited

Legend:

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

    r2d0e0c1 rb0c5e8c  
    159159                self.addFit(data) 
    160160 
    161     def onFittingOptionsChange(self, fit_engine, fit_options): 
     161    def onFittingOptionsChange(self, fit_engine): 
    162162        """ 
     163        React to the fitting algorithm change by modifying window title 
    163164        """ 
    164165        fitter = [f.id for f in options.FITTERS if f.name == str(fit_engine)][0] 
    165  
    166166        # set the optimizer 
    167167        self.fit_options.selected_id = str(fitter) 
    168         # set the options 
    169         # 
    170168        # Update the title 
    171169        self.updateWindowTitle() 
Note: See TracChangeset for help on using the changeset viewer.