From 7282391fa21bd325f1452826eab0a806ed56962b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Facchinetti?= Date: Tue, 30 Jan 2024 16:15:30 +0100 Subject: [PATCH] nouveau commit --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 91e94bd..e66233c 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,4 +7,5 @@ using Test @test all(CosmoTools.Ω.(CosmoTools.DarkEnergy, 10. .^range(-2, 6, 100)) .<= 1.0) @test all(CosmoTools.transfer_function.(10 .^range(-4, 6, 100)) .>= 0) @test all(CosmoTools.matter_power_spectrum.(10 .^range(-4, 6, 100)) .>= 0) + @test all(CosmoTools.matter_power_spectrum.(10 .^range(-4, 6, 100)) .>= 0) end