File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ module AquaTests
2+
3+ using Aqua: Aqua
4+ using Turing
5+
6+ Aqua. test_all (Turing)
7+
8+ end
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
33AdvancedMH = " 5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
44AdvancedPS = " 576499cb-2369-40b2-a588-c64705576edc"
55AdvancedVI = " b5ca4192-6429-45e5-a2d9-87aec30a685c"
6+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
67Clustering = " aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
78Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
89DistributionsAD = " ced4e74d-a319-5a8a-b0ac-84af2272839c"
@@ -39,6 +40,7 @@ AbstractMCMC = "5"
3940AdvancedMH = " 0.6, 0.7, 0.8"
4041AdvancedPS = " 0.6.0"
4142AdvancedVI = " 0.2"
43+ Aqua = " 0.8"
4244Clustering = " 0.14, 0.15"
4345Distributions = " 0.25"
4446DistributionsAD = " 0.6.3"
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ macro timeit_include(path::AbstractString)
2626end
2727
2828@testset " Turing" begin
29+ @testset " Aqua" begin
30+ @timeit_include (" Aqua.jl" )
31+ end
32+
2933 @testset " essential" begin
3034 @timeit_include (" essential/ad.jl" )
3135 @timeit_include (" essential/container.jl" )
You can’t perform that action at this time.
0 commit comments