mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
changed some things around for getting volume normalization to support reading old catalog files
This commit is contained in:
parent
40d7793e54
commit
f8f960d7dd
4 changed files with 7 additions and 6 deletions
|
@ -608,7 +608,7 @@ def launchPrune(sample, binPath,
|
|||
else:
|
||||
minRadius = sample.minVoidRadius
|
||||
|
||||
volNormZobov, volNormObs = getVolNorm(sample)
|
||||
volNormZobov, volNormObs = getVolNorm(outputDir)
|
||||
|
||||
if not (continueRun and (jobSuccessful(logFile, "NetCDF: Not a valid ID\n") \
|
||||
or jobSuccessful(logFile, "Done!\n"))):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue