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 22AdaptiveRejectionSampling = " c75e803d-635f-53bd-ab7d-544e482d8c75"
33AdvancedHMC = " 0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
44BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
5- Comonicon = " 863f3e99-da2a-4334-8734-de3dacbe5542"
65DiffResults = " 163ba53b-c6d8-5494-b064-1a9d43ac40c5"
76Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
87DynamicPPL = " 366bfd00-2699-11ea-058f-f148b4cae6d8"
Original file line number Diff line number Diff line change 1- using Comonicon, ReTest
1+ using ReTest
22
33# include the source code for experimental HMC
44include (" ../src/relativistic_hmc.jl" )
55
66# include the tests for experimental HMC
77include (" relativistic_hmc.jl" )
88
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"
33AbstractMCMC = " 80f14c24-f653-4e6a-9b94-39d6b0f70001"
44Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
55Bijectors = " 76274a88-744f-5084-9051-94815aaf08c4"
6- Comonicon = " 863f3e99-da2a-4334-8734-de3dacbe5542"
76ComponentArrays = " b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
87Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
98FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
Original file line number Diff line number Diff line change 1- using Comonicon
21using FillArrays
32using AdvancedHMC: AdvancedHMC
43using LogDensityProblems: LogDensityProblems
@@ -32,10 +31,7 @@ if GROUP == "All" || GROUP == "AdvancedHMC"
3231 include (" abstractmcmc.jl" )
3332 include (" mcmcchains.jl" )
3433 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 )
3935end
4036
4137if GROUP == " All" || GROUP == " Experimental"
You can’t perform that action at this time.
0 commit comments