From 4b7cc864fd3f7faf7372f0bd9132519cf1b5ae7b Mon Sep 17 00:00:00 2001 From: "Tamas K. Papp" Date: Tue, 13 Feb 2018 14:29:42 +0100 Subject: [PATCH] Fixed dependencies. The relevant DiffResults version was tagged since the then, and MCMCDiagnostics is now registered. --- test-script.jl | 3 --- test/REQUIRE | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test-script.jl b/test-script.jl index 2136120..a86c171 100644 --- a/test-script.jl +++ b/test-script.jl @@ -1,4 +1 @@ -Pkg.clone("https://github.com/tpapp/MCMCDiagnostics.jl.git") -Pkg.add("DiffResults") # remove this and the next line when released ... -Pkg.checkout("DiffResults") # ... DiffResults precompiles Pkg.clone(pwd()); Pkg.build("DynamicHMC"); Pkg.test("DynamicHMC"; coverage=true) diff --git a/test/REQUIRE b/test/REQUIRE index 09783ae..b8aeab9 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -1,2 +1,3 @@ Distributions ForwardDiff +MCMCDiagnostics