Set default value for omegaM in observations

This commit is contained in:
Nico Hamaus 2021-02-25 17:36:22 +01:00
parent 44165359ea
commit 8ee71005e1

View file

@ -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)