IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34948


Ignore:
Timestamp:
Jan 17, 2013, 6:09:58 AM (14 years ago)
Author:
eugene
Message:

fix format for GB size (so small sizes can be read)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py

    r34926 r34948  
    162162                        if sizeToBeIngested == 0.0: smfsPerGB = 999999999
    163163                        else: smfsPerGB = len(ids)/sizeToBeIngested
    164                         self.logger.infoPair("DVO to be ingested", "%.1f GB" % sizeToBeIngested)
     164                        self.logger.infoPair("DVO to be ingested", "%7.1e GB" % sizeToBeIngested)
    165165                        self.logger.infoPair("smfs-per-GB", "%.1f" % smfsPerGB)
    166166
     
    169169                        # XXXX EAM : this should happen for both P2 and Stack detection
    170170                        # XXXX EAM : in parallel model, this should happen for all P2 & Stack batches
     171                        #
    171172                        if batchType == 'P2' and smfsPerGB > 30:
    172173                            if not self.dvoDetections.sync():
Note: See TracChangeset for help on using the changeset viewer.