Chris-Pedersen / LaCE_manager

Cosmological emulator for the 1D flux power spectrum of the Lyman-alpha forest
3 stars 1 forks source link

Renamed recons_cosmo object #40

Closed Chris-Pedersen closed 3 years ago

Chris-Pedersen commented 3 years ago

The recons_cosmo object was called x.cosmo in the theory objects, which is a bit confusing as it has the same name as the camb cosmology objects used in other part of the code. Renamed this to x.recons. Also made it so that the lya_theory has a recons object regardless of which compression is used - it costs nothing to initialise and the code is more likely to break if classes have different properties based on initialisation arguments.