Skip to content

Commit

Permalink
Fixed dependencies.
Browse files Browse the repository at this point in the history
The relevant DiffResults version was tagged since the then, and
MCMCDiagnostics is now registered.
  • Loading branch information
tpapp committed Feb 13, 2018
1 parent 1447516 commit 4b7cc86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions test-script.jl
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Distributions
ForwardDiff
MCMCDiagnostics

0 comments on commit 4b7cc86

Please sign in to comment.