Ignore:
Timestamp:
Aug 9, 2017 7:52:07 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:
38eb433
Parents:
985ad94
Message:

Initial setup for batch fitting. SASVIEW-615

File:
1 edited

Legend:

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

    r7adc2a8 ree18d33  
    7070            list_fit_function = ['fit']*fitter_size 
    7171            list_q = [None]*fitter_size 
     72 
    7273            inputs = zip(list_map_get_attr, self.fitter, list_fit_function, 
    7374                         list_q, list_q, list_handler, list_curr_thread, 
    7475                         list_reset_flag) 
    7576            result = map(map_apply, inputs) 
    76             results = (result[0], time.time()-self.starttime) 
     77            results = (result, time.time()-self.starttime) 
    7778            if self.handler: 
    7879                self.completefn(results) 
Note: See TracChangeset for help on using the changeset viewer.