mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
some extra tools
This commit is contained in:
parent
91a2a2749b
commit
5dd9fb8620
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ def loadVoidCatalog(sampleDir):
|
|||
File.close()
|
||||
|
||||
print "Loading all particles..."
|
||||
partData, boxLen, volNorm, isObservationData = loadPart(sampleDir)
|
||||
partData, boxLen, volNorm, isObservationData, ranges = loadPart(sampleDir)
|
||||
numPartTot = len(partData)
|
||||
catalog.numPartTot = numPartTot
|
||||
catalog.part = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue