Skip to content

Commit

Permalink
potential knots bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeRZP committed Nov 1, 2023
1 parent 7723a2c commit 6bff962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Cosmology(cpar::CosmoPar, settings::Settings; kwargs...) = begin
# Distance to LSS
chi_LSS = chis[end]
# OPT: tolerances, interpolation method
chii = cubic_spline_interpolation(zs, chis, extrapolation_bc=Line())
chii = linear_interpolation(zs, chis, extrapolation_bc=Line())
zi = linear_interpolation(chis, zs, extrapolation_bc=Line())
ti = linear_interpolation(zs_chi, ts, extrapolation_bc=Line())
Dzs, Dzi, fs8zi = get_growth(cpar, settings; kwargs...)
Expand Down

0 comments on commit 6bff962

Please sign in to comment.