mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
removed spurious workdir from overlap
This commit is contained in:
parent
12f819f37e
commit
6e69b0ae64
2 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue