mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
fixed bug in launching void overlap code
This commit is contained in:
parent
ef3139d886
commit
d3ba773b1b
1 changed files with 2 additions and 0 deletions
|
@ -561,6 +561,8 @@ def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir,
|
|||
|
||||
if sample1.dataType == "observation" or sample2.dataType == "observation":
|
||||
observationLine = " --isObservation"
|
||||
else:
|
||||
observationLine = ""
|
||||
|
||||
if not (continueRun and jobSuccessful(logFile, "Done!\n")):
|
||||
cmd = binPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue