Changeset 1d6899f in sasview for src/sas/qtgui/Perspectives


Ignore:
Timestamp:
Jan 22, 2019 5:43:41 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
4333edf
Parents:
d541324e
Message:

Removed superfluous assignment. qmin/qmax is already defined and
fetching it from the control seems to create more problems for modified
q range re-fits.

File:
1 edited

Legend:

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

    rbbcf9f0 r1d6899f  
    17681768                raise ValueError("Setting model parameters failed with: %s" % ex) 
    17691769 
    1770             qmin, qmax, _ = self.logic.computeRangeFromData(weighted_data) 
    17711770            fitter_single.set_data(data=weighted_data, id=fit_id, smearer=smearer, qmin=qmin, 
    17721771                            qmax=qmax) 
Note: See TracChangeset for help on using the changeset viewer.