removed spurious workdir from overlap

This commit is contained in:
P.M. Sutter 2014-05-30 11:50:27 -05:00
parent 12f819f37e
commit 6e69b0ae64
2 changed files with 2 additions and 2 deletions

View file

@ -525,7 +525,7 @@ def launchPrune(sample, binPath,
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir, def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir,
binPath, thisDataPortion=None, binPath, thisDataPortion=None,
logFile=None, workDir=None, logFile=None,
continueRun=None, outputFile=None, continueRun=None, outputFile=None,
matchMethod=None, strictMatch=False): matchMethod=None, strictMatch=False):

View file

@ -71,7 +71,7 @@ def compareCatalogs(baseCatalogDir, compareCatalogDir,
launchVoidOverlap(baseSample, sample, baseCatalogDir, launchVoidOverlap(baseSample, sample, baseCatalogDir,
compareCatalogDir, binPath, compareCatalogDir, binPath,
thisDataPortion=dataPortion, logFile=logFile, thisDataPortion=dataPortion, logFile=logFile,
continueRun=False, workDir=workDir, continueRun=False,
outputFile=stepOutputFileName, outputFile=stepOutputFileName,
matchMethod=matchMethod, matchMethod=matchMethod,
strictMatch=strictMatch) strictMatch=strictMatch)