mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
useComoving definition moved in the Sample instance to be correctly passed
This commit is contained in:
parent
3eb3a0cf5d
commit
7bf85c07c8
1 changed files with 3 additions and 3 deletions
|
@ -49,9 +49,6 @@ figDir = os.getenv("PWD")+"/../figs/example_observation/"
|
||||||
ZOBOV_PATH = os.getenv("PWD")+"/../zobov/"
|
ZOBOV_PATH = os.getenv("PWD")+"/../zobov/"
|
||||||
CTOOLS_PATH = os.getenv("PWD")+"/../c_tools/"
|
CTOOLS_PATH = os.getenv("PWD")+"/../c_tools/"
|
||||||
|
|
||||||
# if true, convert to comoving space using LCDM cosmology
|
|
||||||
useComoving = True
|
|
||||||
|
|
||||||
# optimization: maximum number of parallel threads to use
|
# optimization: maximum number of parallel threads to use
|
||||||
numZobovThreads = 2
|
numZobovThreads = 2
|
||||||
|
|
||||||
|
@ -97,6 +94,9 @@ newSample = Sample(
|
||||||
# density of mock particles in cubic Mpc/h
|
# density of mock particles in cubic Mpc/h
|
||||||
# (make this as high as you can afford)
|
# (make this as high as you can afford)
|
||||||
fakeDensity = 0.05,
|
fakeDensity = 0.05,
|
||||||
|
|
||||||
|
# if true, convert to comoving space using LCDM cosmology
|
||||||
|
useComoving = True
|
||||||
|
|
||||||
)
|
)
|
||||||
dataSampleList.append(newSample)
|
dataSampleList.append(newSample)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue