mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Maybe incorrect maxCentralDensity ?
This commit is contained in:
parent
69def32595
commit
51c409a170
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ def launchStack(sample, stack, binPath, thisDataPortion=None, logDir=None,
|
|||
maxDen = 0.2*float(maskIndex)/float(totalPart)
|
||||
else:
|
||||
maskIndex = 999999999
|
||||
maxDen = -0.8
|
||||
maxDen = 0.2
|
||||
|
||||
if INCOHERENT:
|
||||
nullTestFlag = "INCOHERENT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue