Changeset 503eb52 in sasview for src/sas/sasgui
- Timestamp:
- Apr 7, 2017 9:50:14 AM (8 years ago)
- Branches:
- master, 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- a0469a1
- Parents:
- 131791e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/basepage.py
r4b402a1 r503eb52 1713 1713 # Submitting the rest 1714 1714 self.threadedDrawQueue.put([update_chisqr, source]) 1715 print 'submitted!'1716 1715 else: 1717 1716 pass … … 1728 1727 # then trim the queue 1729 1728 if self.threadedDrawQueue.qsize() > 1: 1730 print '2'1731 1729 for loopIter in range(threadedDrawQueue.qsize() - 1): 1732 1730 dump = self.threadedDrawQueue.get() 1733 1731 self.threadedDrawQueue.task_done() 1734 print 'bounced'1735 print 'one element left'1736 1732 else: 1737 1733 # Otherwise, just run … … 1741 1737 "Computation is in progress...", type = "progress")) 1742 1738 threadedDrawQueue.task_done() 1743 print 'run'1744 1739 1745 1740 def _draw_model_after(self, update_chisqr=True, source='model'):
Note: See TracChangeset
for help on using the changeset viewer.