Ignore:
Timestamp:
May 22, 2017 7:25:30 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
c416a17
Parents:
fd1ae6d1
Message:

Minor fixes in fitpage

File:
1 edited

Legend:

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

    rdc5ef15 r6964d44  
    229229        elapsed = time.time() - self.starttime 
    230230 
    231         #self.complete(x=self.data.x[index], y=output[index], 
    232         #              page_id=self.page_id, 
    233         #              state=self.state, 
    234         #              weight=self.weight, 
    235         #              fid=self.fid, 
    236         #              toggle_mode_on=self.toggle_mode_on, 
    237         #              elapsed=elapsed, index=index, model=self.model, 
    238         #              data=self.data, 
    239         #              update_chisqr=self.update_chisqr, 
    240         #              source=self.source) 
    241231        return (self.data.x[index], output[index], 
    242232                self.page_id, 
Note: See TracChangeset for help on using the changeset viewer.