mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
now supports single subdivisions in zobov
This commit is contained in:
parent
add61229cb
commit
d3cf95bec3
3 changed files with 9 additions and 6 deletions
|
@ -339,6 +339,8 @@ def launchZobov(sample, binPath, zobovDir=None, logDir=None, continueRun=None,
|
|||
else:
|
||||
maskIndex = -1
|
||||
maxDen = 0.2
|
||||
if numZobovDivisions == 1:
|
||||
print " WARNING! You are using a single ZOBOV division with a simulation. Periodic boundaries will not be respected!"
|
||||
|
||||
if not (continueRun and jobSuccessful(logFile, "Done!\n")):
|
||||
for fileName in glob.glob(zobovDir+"/part._"+sampleName+".*"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue