Changeset 114c29f in sasview


Ignore:
Timestamp:
Sep 20, 2018 7:50:48 AM (6 years ago)
Author:
Piotr Rozyczko <piotrrozyczko@…>
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:
f9be147
Parents:
8faac15
Message:

Removed data length check - superfluous. SASVIEW-1098

File:
1 edited

Legend:

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

    rd1e4689 r114c29f  
    24722472            return 
    24732473        fitted_data = self.logic.new1DPlot(return_data, self.tab_id) 
    2474         if len(fitted_data.x) != len(self.data.x): 
    2475             return 
    24762474 
    24772475        residuals = self.calculateResiduals(fitted_data) 
Note: See TracChangeset for help on using the changeset viewer.