Skip to content

Commit

Permalink
add aqua as a testitem
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 12, 2024
1 parent 4b33059 commit 18163ca
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EpiAware/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "b4d488971893c2da3a7e5ee0a7a6da358a2c3ba6"
project_hash = "852af0e0beaa4accce6cd930983d2709e4f451f1"

[[deps.ADTypes]]
git-tree-sha1 = "41c37aa88889c171f1300ceac1313c06e891d245"
Expand Down
5 changes: 5 additions & 0 deletions EpiAware/test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

@testitem "Aqua.jl" begin
import Aqua
Aqua.test_all(EpiAware)
end
8 changes: 7 additions & 1 deletion EpiAware/test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "0b01aa91e53bb772f02a49192dfa1019eaa23f4b"
project_hash = "e5139328a68ab176faa45bdf43592d65a37ce63d"

[[deps.ADTypes]]
git-tree-sha1 = "41c37aa88889c171f1300ceac1313c06e891d245"
Expand Down Expand Up @@ -110,6 +110,12 @@ git-tree-sha1 = "1f919a9c59cf3dfc68b64c22c453a2e356fca473"
uuid = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
version = "0.2.4"

[[deps.Aqua]]
deps = ["Compat", "Pkg", "Test"]
git-tree-sha1 = "497d933e5998358c2626f782c99a8d4b90af2dd0"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
version = "0.8.4"

[[deps.ArgCheck]]
git-tree-sha1 = "a3a402a35a2f7e0b87828ccabbd5ebfbebe356b4"
uuid = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down
1 change: 1 addition & 0 deletions EpiAware/test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
2 changes: 2 additions & 0 deletions EpiAware/test/predictive_checking/discretized_pmfs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ plt2 = let
)
end
savefig(plt2, joinpath(@__DIR__(), "assets/", "discrete_pmf_hourly.png"))

printLn("this works")

0 comments on commit 18163ca

Please sign in to comment.