Fixup
This commit is contained in:
parent
71691956cc
commit
9b148414b6
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue