Ignore:
Timestamp:
Jun 12, 2011 6:08:57 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
01876eb
Parents:
bdd3739
Message:

put print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/fitting.py

    rbdd3739 r1544064  
    12921292            current_pg = self.fit_panel.get_page_by_id(page_id) 
    12931293            title = new_plot.title 
     1294             
    12941295            wx.PostEvent(self.parent, NewPlotEvent(plot=new_plot, 
    12951296                                            title= str(title))) 
    1296              
     1297            print "after plot"  
    12971298            self.page_finder[page_id].set_theory_data(new_plot) 
    1298              
     1299            print "before chisqr"  
    12991300            if update_chisqr: 
    13001301                wx.PostEvent(current_pg, 
     
    13041305            else: 
    13051306                self._plot_residuals(page_id, data, index) 
    1306  
     1307            print "after chisqr"  
    13071308            msg = "Computation  completed!" 
    13081309            wx.PostEvent( self.parent, StatusEvent(status=msg, type="stop" )) 
Note: See TracChangeset for help on using the changeset viewer.