I want to avoid the if-else statements in the add_x parts of the code that distinguish between integration over time and redshift (e.g. line 92-95 in add_bulk). I want to add new variables to the SimModel class, a list of integ_factors, that get initialized based on the integration mode.
Furthermore, I want to add clarification on the normalisations used in the code, that get multiplied with e.g. z_contribution. These seem to differ for me and Sophie.
I want to avoid the if-else statements in the add_x parts of the code that distinguish between integration over time and redshift (e.g. line 92-95 in add_bulk). I want to add new variables to the SimModel class, a list of integ_factors, that get initialized based on the integration mode.