Changeset 503eb52 in sasview


Ignore:
Timestamp:
Apr 7, 2017 9:50:14 AM (7 years ago)
Author:
Tim Snow <tim.snow@…>
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
Message:

Removing debugging tags

Merged with master and now hopefully ready to pull

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/basepage.py

    r4b402a1 r503eb52  
    17131713            # Submitting the rest 
    17141714            self.threadedDrawQueue.put([update_chisqr, source]) 
    1715             print 'submitted!' 
    17161715        else: 
    17171716            pass 
     
    17281727                # then trim the queue 
    17291728                if self.threadedDrawQueue.qsize() > 1: 
    1730                     print '2' 
    17311729                    for loopIter in range(threadedDrawQueue.qsize() - 1): 
    17321730                        dump = self.threadedDrawQueue.get() 
    17331731                        self.threadedDrawQueue.task_done() 
    1734                         print 'bounced' 
    1735                     print 'one element left' 
    17361732            else: 
    17371733                # Otherwise, just run 
     
    17411737                            "Computation is in progress...", type = "progress")) 
    17421738                threadedDrawQueue.task_done() 
    1743                 print 'run'                 
    17441739 
    17451740    def _draw_model_after(self, update_chisqr=True, source='model'): 
Note: See TracChangeset for help on using the changeset viewer.