We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mcmc/sample.jl
mcmc/abstractmcmc.jl
1 parent e0e84c1 commit c2605d5Copy full SHA for c2605d5
src/mcmc/Inference.jl
@@ -368,11 +368,11 @@ include("sghmc.jl")
368
include("emcee.jl")
369
include("prior.jl")
370
371
-####################################
372
-# Generic sample() method dispatch #
373
+#################################################
+# Generic AbstractMCMC methods dispatch #
374
375
-include("sample.jl")
+include("abstractmcmc.jl")
376
377
################
378
# Typing tools #
src/mcmc/sample.jl renamed to src/mcmc/abstractmcmc.jl
0 commit comments