Skip to content

Commit c2605d5

Browse files
authored
Rename mcmc/sample.jl to mcmc/abstractmcmc.jl (#2576)
* Rename sample.jl to abstractmcmc.jl * Update Inference.jl * Update src/mcmc/Inference.jl
1 parent e0e84c1 commit c2605d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/mcmc/Inference.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,11 @@ include("sghmc.jl")
368368
include("emcee.jl")
369369
include("prior.jl")
370370

371-
####################################
372-
# Generic sample() method dispatch #
373-
####################################
371+
#################################################
372+
# Generic AbstractMCMC methods dispatch #
373+
#################################################
374374

375-
include("sample.jl")
375+
include("abstractmcmc.jl")
376376

377377
################
378378
# Typing tools #
File renamed without changes.

0 commit comments

Comments
 (0)