Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeRZP committed Nov 8, 2024
1 parent 9042651 commit f9fea2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if test_main
merge!(test_output, Dict("lensing_warr"=> lensing_warr))
merge!(test_output, Dict("CMBLensing_warr"=> CMBLensing_warr))

@test all(@. (abs(clustering_warr/clustering_warr_bm-1.0) < 0.05))
@test all(@. (abs(clustering_warr/clustering_warr_bm-1.0)[2:-1] < 0.01))
@test all(@. (abs(lensing_warr/lensing_warr_bm-1.0)[1:-10] < 0.1))
@test all(@. (abs(CMBLensing_warr/CMBLensing_warr_bm-1.0)[2:end-1] < 0.01))
end
Expand Down Expand Up @@ -836,5 +836,4 @@ if test_Bolt
end
end
end
=#

=#

0 comments on commit f9fea2e

Please sign in to comment.