Alex Hall
Results
2
issues of
Alex Hall
Hi, I encountered a seg fault when running with sigma_8 as an input and requesting the power spectrum at z=0. I tracked the cause down to line 1654 of nonlinear.c,...
The linear matter power spectrum at z=0 at very high k seems to depend on WantCls. MWE: ```python import camb kmax = 2000 H0=70.0 Omega_cdm0=0.25 Omega_b0=0.05 ns=0.96 As=2e-9 mnu=0.06 h...