mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Set default value for omegaM in observations
This commit is contained in:
parent
44165359ea
commit
8ee71005e1
1 changed files with 9 additions and 6 deletions
|
@ -100,7 +100,10 @@ newSample = Sample(
|
||||||
fakeDensity = 0.05,
|
fakeDensity = 0.05,
|
||||||
|
|
||||||
# if true, convert to comoving space using LCDM cosmology
|
# if true, convert to comoving space using LCDM cosmology
|
||||||
useComoving = True
|
useComoving = True,
|
||||||
|
|
||||||
|
# cosmology
|
||||||
|
omegaM = 0.3,
|
||||||
|
|
||||||
)
|
)
|
||||||
dataSampleList.append(newSample)
|
dataSampleList.append(newSample)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue