Changeset 4d959c8 in sasview
- Timestamp:
- Sep 9, 2018 5:26:50 AM (6 years ago)
- 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:
- 48e55c9
- Parents:
- 1bd266b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
r34cf92c r4d959c8 536 536 self.model.setItem(WIDGETS.W_MAX_DIST, 537 537 QtGui.QStandardItem("{:.4g}".format(pr.get_dmax()))) 538 self.regConstantSuggestionButton.setText("{:-3.2g}".format(alpha)) 539 self.noOfTermsSuggestionButton.setText( 540 "{:n}".format(self.nTermsSuggested)) 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)) 541 542 542 543 if isinstance(pr.chi2, np.ndarray): … … 658 659 659 660 #Perform estimate should be done on value enter this should solve delay problem 660 self.performEstimate()661 #self.performEstimate() 661 662 662 663 def stopCalcThread(self):
Note: See TracChangeset
for help on using the changeset viewer.