mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
bug fixes
This commit is contained in:
parent
3e75a1ee13
commit
a649b07b54
2 changed files with 2 additions and 1 deletions
|
@ -265,6 +265,7 @@ def launchGenerate(sample, binPath, workDir=None, inputDataDir=None,
|
|||
zMax = sample.zBoundaryMpc[1]
|
||||
|
||||
boxVol = (xMax-xMin)*(yMax-yMin)*(zMax-zMin)
|
||||
nbar = 1.0
|
||||
|
||||
numTracers = int(open(zobovDir+"/mask_index.txt", "r").read())
|
||||
numTotal = int(open(zobovDir+"/total_particles.txt", "r").read())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue