You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Reading input parameters
-> matched budget equations by adjusting Omega_Lambda = nan
Running CLASS version v3.2.3
Computing background
Omega0: nan: -> non-cold dark matter species with i=1 has m_i = 4.000000e-02 eV (so m_i / omega_i =nan eV)
-> ncdm species i=1 sampled with 200 (resp. 200) points for purpose of background (resp. perturbation) integration. In the relativistic limit it gives Delta N_eff = nan
..."
I tried the obvious stuff--I changed N_ur and added Omega_ncdm =0.000934,0.000934,0.000934 but I still get:
" -> matched budget equations by adjusting Omega_Lambda = 0.687261
Running CLASS version v3.2.3
Computing background
Omega0: 0.000934: -> non-cold dark matter species with i=1 has m_i = 4.000000e-02 eV (so m_i / omega_i =nan eV)
-> ncdm species i=1 sampled with 200 (resp. 200) points for purpose of background (resp. perturbation) integration. In the relativistic limit it gives Delta N_eff = nan"
I scoured input.c and background.c--I honestly can't tell where omega0_ncdm is even set when using the other quadrature methods (when it is being inferred from m_ncdm). I looked for every instance of omega0_ncdm in these modules and couldn't find anywhere it was being set. I don't get any error when using the trapezoidal methods (2/3). Am I missing something obvious or is there an issue with the code? Any way to resolve this?
The text was updated successfully, but these errors were encountered:
I am using:
N_ur=0
N_ncdm =3
m_ncdm = 0.04, 0.04, 0.04
T_ncdm = 0.71611, 0.71611, 0.71611
ncdm_quadrature_strategy =1, 1, 1
ncdm_N_momentum_bins =200,200, 200
(everything else matches explanatory.ini)
And I get:
"Reading input parameters
-> matched budget equations by adjusting Omega_Lambda = nan
Running CLASS version v3.2.3
Computing background
Omega0: nan: -> non-cold dark matter species with i=1 has m_i = 4.000000e-02 eV (so m_i / omega_i =nan eV)
-> ncdm species i=1 sampled with 200 (resp. 200) points for purpose of background (resp. perturbation) integration. In the relativistic limit it gives Delta N_eff = nan
..."
I tried the obvious stuff--I changed N_ur and added Omega_ncdm =0.000934,0.000934,0.000934 but I still get:
" -> matched budget equations by adjusting Omega_Lambda = 0.687261
Running CLASS version v3.2.3
Computing background
Omega0: 0.000934: -> non-cold dark matter species with i=1 has m_i = 4.000000e-02 eV (so m_i / omega_i =nan eV)
-> ncdm species i=1 sampled with 200 (resp. 200) points for purpose of background (resp. perturbation) integration. In the relativistic limit it gives Delta N_eff = nan"
I scoured input.c and background.c--I honestly can't tell where omega0_ncdm is even set when using the other quadrature methods (when it is being inferred from m_ncdm). I looked for every instance of omega0_ncdm in these modules and couldn't find anywhere it was being set. I don't get any error when using the trapezoidal methods (2/3). Am I missing something obvious or is there an issue with the code? Any way to resolve this?
The text was updated successfully, but these errors were encountered: