Changeset 8748751 in sasview for src/sas/qtgui/Perspectives/Fitting


Ignore:
Timestamp:
Oct 26, 2018 3:35:55 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
8fad50b
Parents:
c18ca00
Message:

Fit result viewer SASVIEW-274, SASVIEW-275

File:
1 edited

Legend:

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

    rd7d55c7 r8748751  
    15581558        if param_dict is None: 
    15591559            return 
     1560        if hasattr(res, 'convergence') and len(res.convergence)>0: 
     1561            self.communicate.resultPlotUpdateSignal.emit(result[0]) 
    15601562 
    15611563        elapsed = result[1] 
Note: See TracChangeset for help on using the changeset viewer.