Skip to content

Commit

Permalink
new test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed Jan 30, 2024
1 parent 7282391 commit d54b969
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d54b969

Please sign in to comment.