Ignore:
Timestamp:
Apr 18, 2018 1:13:18 PM (6 years ago)
Author:
krzywon
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
917eba5
Parents:
ae34d30
Message:

Document batch p(r) and link to the anchor from the results window. Remove unicode characters from batch results table for saving purposes.

File:
1 edited

Legend:

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

    rae34d30 r5a5e371  
    3333 
    3434 
    35 # TODO: Update help with batch capabilities 
    3635class InversionWindow(QtWidgets.QDialog, Ui_PrInversion): 
    3736    """ 
     
    550549        self.isBatch = True 
    551550        self.performEstimate() 
    552         self.showBatchOutput() 
    553551 
    554552    def startNextBatchItem(self): 
     
    564562            # If no data sets left, end batch calculation 
    565563            self.calculateAllButton.setText("Calculate All") 
     564            self.showBatchOutput() 
    566565            self.enableButtons() 
    567566 
Note: See TracChangeset for help on using the changeset viewer.