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


Ignore:
Timestamp:
Aug 30, 2018 9:28:00 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:
0231f93
Parents:
9463ca2
Message:

residuals plot is None for theory-only tabs

File:
1 edited

Legend:

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

    r9463ca2 reef298d4  
    22902290                # TODO: fix updates to residuals plot 
    22912291                pass 
    2292             else: 
     2292            elif plot is not None: 
    22932293                self.communicate.plotUpdateSignal.emit([plot]) 
    22942294 
Note: See TracChangeset for help on using the changeset viewer.