Skip to content

Commit 1ad8a40

Browse files
committed
Don't make src/mcmc/sample a submodule
1 parent 01506d6 commit 1ad8a40

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/mcmc/sample.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
module Sample
2-
3-
using AbstractMCMC: AbstractMCMC, AbstractMCMCEnsemble, AbstractModel
4-
using DynamicPPL: DynamicPPL, Sampler, Model
5-
using MCMCChains: MCMCChains
6-
using Random: Random, AbstractRNG
7-
using ..Inference: Hamiltonian, InferenceAlgorithm, RepeatSampler
8-
using ...Turing: PROGRESS
9-
101
# TODO: Implement additional checks for certain samplers, e.g.
112
# HMC not supporting discrete parameters.
123
function _check_model(model::DynamicPPL.Model)
@@ -88,5 +79,3 @@ function AbstractMCMC.sample(
8879
kwargs...,
8980
)
9081
end
91-
92-
end # module

0 commit comments

Comments
 (0)