Changeset 32002 for trunk/ippToPsps/jython/metrics.py
- Timestamp:
- Aug 3, 2011, 12:44:36 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/metrics.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/metrics.py
r31995 r32002 17 17 18 18 allIDs = gpc1Db.getIDsInThisDVODbForThisStage(dvoGpc1Label, batchType) 19 processedIDs = ippToPspsDb.getProcessedIDsForThisStage(batchType, epoch )20 failedIDs = ippToPspsDb.getFailedBatches(batchType, epoch )19 processedIDs = ippToPspsDb.getProcessedIDsForThisStage(batchType, epoch, dvoGpc1Label) 20 failedIDs = ippToPspsDb.getFailedBatches(batchType, epoch, dvoGpc1Label) 21 21 unprocessedIDs = list(set(allIDs) - set(processedIDs)) 22 22 … … 25 25 len(allIDs), 26 26 len(processedIDs), 27 len(list(set(failedIDs) - set( allIDs))),27 len(list(set(failedIDs) - set(processedIDs))), 28 28 len(unprocessedIDs), 29 29 ippToPspsDb.getLastBatchPublished(batchType)))
Note:
See TracChangeset
for help on using the changeset viewer.
