From d54b96910c6567b3b0e55e312887b9b146ea940a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Facchinetti?= Date: Tue, 30 Jan 2024 16:24:50 +0100 Subject: [PATCH] new test --- Project.toml | 2 +- test/runtests.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 760109c..96ac8f1 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = ["Gaétan Facchinetti"] version = "1.0.0-DEV" [compat] -julia = "1" +julia = "1.8" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/test/runtests.jl b/test/runtests.jl index e66233c..91e94bd 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,5 +7,4 @@ 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