This commit is contained in:
Guilhem Lavaux 2020-11-11 10:46:27 +01:00
parent 71691956cc
commit 9b148414b6
2 changed files with 8 additions and 2 deletions

View file

@ -81,7 +81,7 @@ cdef class CosmologyPower:
if 'ns' in cosmo:
self.power.n = cosmo['ns']
if 'T27' in cosmo:
self.power.THETA_27 = cosmo['T27']
self.power.Theta_27 = cosmo['T27']
assert self.power.OMEGA_C > 0