File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2
2
AdaptiveRejectionSampling = " c75e803d-635f-53bd-ab7d-544e482d8c75"
3
3
AdvancedHMC = " 0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
4
4
BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
5
- Comonicon = " 863f3e99-da2a-4334-8734-de3dacbe5542"
6
5
DiffResults = " 163ba53b-c6d8-5494-b064-1a9d43ac40c5"
7
6
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
8
7
DynamicPPL = " 366bfd00-2699-11ea-058f-f148b4cae6d8"
Original file line number Diff line number Diff line change 1
- using Comonicon, ReTest
1
+ using ReTest
2
2
3
3
# include the source code for experimental HMC
4
4
include (" ../src/relativistic_hmc.jl" )
5
5
6
6
# include the tests for experimental HMC
7
7
include (" relativistic_hmc.jl" )
8
8
9
- Comonicon. @main function runtests (patterns... ; dry:: Bool = false )
10
- return retest (patterns... ; dry= dry, verbose= Inf )
11
- end
9
+ retest (; dry= false , verbose= Inf )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
3
3
AbstractMCMC = " 80f14c24-f653-4e6a-9b94-39d6b0f70001"
4
4
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
5
5
Bijectors = " 76274a88-744f-5084-9051-94815aaf08c4"
6
- Comonicon = " 863f3e99-da2a-4334-8734-de3dacbe5542"
7
6
ComponentArrays = " b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
8
7
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
9
8
FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
Original file line number Diff line number Diff line change 1
- using Comonicon
2
1
using FillArrays
3
2
using AdvancedHMC: AdvancedHMC
4
3
using LogDensityProblems: LogDensityProblems
@@ -32,10 +31,7 @@ if GROUP == "All" || GROUP == "AdvancedHMC"
32
31
include (" abstractmcmc.jl" )
33
32
include (" mcmcchains.jl" )
34
33
include (" constructors.jl" )
35
-
36
- Comonicon. @main function runtests (patterns... ; dry:: Bool = false )
37
- return retest (patterns... ; dry= dry, verbose= Inf )
38
- end
34
+ retest (; dry= false , verbose= Inf )
39
35
end
40
36
41
37
if GROUP == " All" || GROUP == " Experimental"
You can’t perform that action at this time.
0 commit comments