Skip to content

Commit 316e3d9

Browse files
authored
Fix experimental CI (#442)
1 parent c79a349 commit 316e3d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

research/tests/runtests.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
using Comonicon, ReTest
22

3-
using Pkg;
4-
Pkg.add(; url="https://github.com/chalk-lab/MCMCLogDensityProblems.jl.git");
5-
63
# include the source code for experimental HMC
74
include("../src/relativistic_hmc.jl")
8-
include("../src/riemannian_hmc.jl")
95

106
# include the tests for experimental HMC
117
include("relativistic_hmc.jl")
12-
include("riemannian_hmc.jl")
138

149
Comonicon.@main function runtests(patterns...; dry::Bool=false)
1510
return retest(patterns...; dry=dry, verbose=Inf)

0 commit comments

Comments
 (0)