Skip to content

Commit 4ee30d6

Browse files
committed
Test that individual CMB autocorrelation spectra succeeds
1 parent b69ec03 commit 4ee30d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,3 +452,9 @@ using SpecialFunctions: zeta as ζ
452452
end
453453
end
454454
end
455+
456+
@testset "CMB spectra" begin
457+
jl = SphericalBesselCache(20:20:3000)
458+
DlTT = spectrum_cmb(:TT, prob, jl; normalization = :Dl)
459+
DlEE = spectrum_cmb(:EE, prob, jl; normalization = :Dl)
460+
end

0 commit comments

Comments
 (0)