Skip to content

Commit 62a2332

Browse files
committed
move gibbs.jl
1 parent 7f889cf commit 62a2332

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ desc = "A lightweight interface for common MCMC methods."
66
version = "5.3.0"
77

88
[deps]
9+
AbstractPPL = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
910
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
1011
ConsoleProgressMonitor = "88cd18e8-d9cc-4ea6-8889-5259c0d15c8b"
1112
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
@@ -21,6 +22,7 @@ TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
2122
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
2223

2324
[compat]
25+
AbstractPPL = "0.8"
2426
BangBang = "0.3.19, 0.4"
2527
ConsoleProgressMonitor = "0.1"
2628
FillArrays = "1"
@@ -40,4 +42,4 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
4042
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4143

4244
[targets]
43-
test = ["FillArrays", "Distributions", "IJulia", "Statistics", "Test"]
45+
test = ["AbstractPPL","FillArrays", "Distributions", "IJulia", "Statistics", "Test"]

src/AbstractMCMC.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ The `MCMCSerial` algorithm allows users to sample serially, with no thread or pr
8080
"""
8181
struct MCMCSerial <: AbstractMCMCEnsemble end
8282

83-
function condition end
84-
85-
function logdensity_and_state end
86-
8783
include("samplingstats.jl")
8884
include("logging.jl")
8985
include("interface.jl")
File renamed without changes.

0 commit comments

Comments
 (0)