We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79a349 commit 316e3d9Copy full SHA for 316e3d9
research/tests/runtests.jl
@@ -1,15 +1,10 @@
1
using Comonicon, ReTest
2
3
-using Pkg;
4
-Pkg.add(; url="https://github.com/chalk-lab/MCMCLogDensityProblems.jl.git");
5
-
6
# include the source code for experimental HMC
7
include("../src/relativistic_hmc.jl")
8
-include("../src/riemannian_hmc.jl")
9
10
# include the tests for experimental HMC
11
include("relativistic_hmc.jl")
12
-include("riemannian_hmc.jl")
13
14
Comonicon.@main function runtests(patterns...; dry::Bool=false)
15
return retest(patterns...; dry=dry, verbose=Inf)
0 commit comments