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
I am currently facing an issue while trying to run the unmodified version of CLASS (classy v3.2.3) with massive neutrinos and warm dark matter. A script with an example set of failing parameters is
File classy.pyx:398, in classy.Class.compute()
CosmoComputationError:
Error in Class: operator()(L:934) :error in perturbations_solve(ppr, pba, pth, ppt, index_md, index_ic, index_k, &pw);
=>perturbations_solve(L:3224) :error in generic_evolver(perturbations_derivs, interval_limit[index_interval], interval_limit[index_interval+1], ppw->pv->y, ppw->pv->used_in_sources, ppw->pv->pt_size, &ppaw, ppr->tol_perturbations_integration, ppr->smallest_allowed_variation, perturbations_timescale, ppr->perturbations_integration_stepsize, ppt->tau_sampling, tau_actual_size, perturbations_sources, perhaps_print_variables, ppt->error_message);
=>evolver_ndf15(L:466) :condition (absh <= hmin) is true; Step size too small: step:5.85188e-13, minimum:5.85188e-13, in interval: [0.371511:365.742]
In the vast majority of cases, the error does not show when removing 'z_pk' : 1010, however I need to compute the velocity transfer function at this redshift. I have tried testing other available solvers and changing perturbations_integration_stepsize without success. For the latter the value by default is 0.5 (far from 5.85188e-13 given in the error log) and decreasing it by half for instance did not change anything.
Any help would be greatly appreciated,
Thank you
The text was updated successfully, but these errors were encountered:
I am currently facing an issue while trying to run the unmodified version of CLASS (classy v3.2.3) with massive neutrinos and warm dark matter. A script with an example set of failing parameters is
which gives the following error message:
In the vast majority of cases, the error does not show when removing
'z_pk' : 1010
, however I need to compute the velocity transfer function at this redshift. I have tried testing other available solvers and changing perturbations_integration_stepsize without success. For the latter the value by default is0.5
(far from5.85188e-13
given in the error log) and decreasing it by half for instance did not change anything.Any help would be greatly appreciated,
Thank you
The text was updated successfully, but these errors were encountered: