mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21: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,
|
||||
binPath, thisDataPortion=None,
|
||||
logFile=None, workDir=None,
|
||||
logFile=None,
|
||||
continueRun=None, outputFile=None,
|
||||
matchMethod=None, strictMatch=False):
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ def compareCatalogs(baseCatalogDir, compareCatalogDir,
|
|||
launchVoidOverlap(baseSample, sample, baseCatalogDir,
|
||||
compareCatalogDir, binPath,
|
||||
thisDataPortion=dataPortion, logFile=logFile,
|
||||
continueRun=False, workDir=workDir,
|
||||
continueRun=False,
|
||||
outputFile=stepOutputFileName,
|
||||
matchMethod=matchMethod,
|
||||
strictMatch=strictMatch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue