Changeset 1b02da1d in sasview for DataLoader


Ignore:
Timestamp:
Jan 17, 2011 3:33:04 PM (14 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:
18695bf
Parents:
16d7079
Message:

removed printing time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DataLoader/qsmearing.py

    rcd2ced80 r1b02da1d  
    157157        Perform smearing 
    158158        """ 
    159         import time 
    160         st = time.time() 
    161159        # If this is the first time we call for smearing, 
    162160        # initialize the C++ smearer object first 
     
    215213        temp_last = self.nbins - self.nbins_high 
    216214        out = iq_out[temp_first: temp_last] 
    217         print "time =", time.time() - st 
     215 
    218216        return out 
    219217     
Note: See TracChangeset for help on using the changeset viewer.