Changeset 28965e9 in sasview


Ignore:
Timestamp:
Sep 9, 2018 3:59:19 AM (6 years ago)
Author:
wojciech
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:
9b17efd
Parents:
48e55c9
Message:

Fixes for the perform estimate. Dmax explorer still not functional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py

    r48e55c9 r28965e9  
    536536        self.model.setItem(WIDGETS.W_MAX_DIST, 
    537537                           QtGui.QStandardItem("{:.4g}".format(pr.get_dmax()))) 
    538         #FIXME: At the initial initialization trigger Dynamic estimate instead of this one 
    539         #self.regConstantSuggestionButton.setText("{:-3.2g}".format(alpha)) 
    540         #self.noOfTermsSuggestionButton.setText( 
    541         #    "{:n}".format(self.nTermsSuggested)) 
    542538 
    543539        if isinstance(pr.chi2, np.ndarray): 
     
    658654        self.calcThread.ready(2.5) 
    659655 
    660         #Perform estimate should be done on value enter this should solve delay problem 
    661         #self.performEstimate() 
    662  
    663656    def stopCalcThread(self): 
    664657        """ Stops a thread if it exists and is running """ 
     
    786779            logger.info(message) 
    787780        self.performEstimateNT() 
     781        self.performEstimateDynamicNT() 
    788782 
    789783    def _estimateDynamicUpdate(self, output_tuple): 
Note: See TracChangeset for help on using the changeset viewer.