Changeset ee18d33 in sasview for src/sas/qtgui/Perspectives/Fitting/FitThread.py
- Timestamp:
- Aug 9, 2017 9:52:07 AM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FitThread.py
r7adc2a8 ree18d33 70 70 list_fit_function = ['fit']*fitter_size 71 71 list_q = [None]*fitter_size 72 72 73 inputs = zip(list_map_get_attr, self.fitter, list_fit_function, 73 74 list_q, list_q, list_handler, list_curr_thread, 74 75 list_reset_flag) 75 76 result = map(map_apply, inputs) 76 results = (result [0], time.time()-self.starttime)77 results = (result, time.time()-self.starttime) 77 78 if self.handler: 78 79 self.completefn(results)
Note: See TracChangeset
for help on using the changeset viewer.