Skip to content

Commit

Permalink
more accurate tensor Cls
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed May 10, 2023
1 parent 29d4462 commit 72a4c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cls.jl
Expand Up @@ -169,8 +169,8 @@ const _default_Cℓs_params = isfile(_default_Cℓs_path) ? Dict(pairs(load(_def
r = r,
Alens = AL,
)
cp.max_l_tensor = ℓmax
cp.max_eta_k_tensor = 2ℓmax
cp.max_l_tensor = 2ℓmax
cp.max_eta_k_tensor = 4ℓmax
cp.WantScalars = true
cp.WantTensors = true
cp.DoLensing = true
Expand Down

0 comments on commit 72a4c94

Please sign in to comment.