Skip to content

Commit

Permalink
better res
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeRZP committed Apr 18, 2024
1 parent 60457fc commit 19c7312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ if test_main
cosmo.settings.cosmo_type = typeof(p)
z = Vector(range(0., stop=2., length=1000)) .- p
nz = Vector(@. exp(-0.5*((z-0.5)/0.05)^2))
tg = NumberCountsTracer(cosmo, z, nz; b=1)
tg = NumberCountsTracer(cosmo, z, nz; b=1, res=300)
ℓs = [10.0, 30.0, 100.0, 300.0]
Cℓ_gg = angularCℓs(cosmo, tg, tg, ℓs)
return Cℓ_gg
Expand Down

0 comments on commit 19c7312

Please sign in to comment.