Skip to content

Commit 86834ca

Browse files
committed
fix
1 parent 639933b commit 86834ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcmc/hmc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,6 @@ function AHMCAdaptor(
500500
return adaptor
501501
end
502502

503-
function AHMCAdaptor(::Hamiltonian, ::AHMC.AbstractMetric; kwargs...)
503+
function AHMCAdaptor(::Hamiltonian, ::AHMC.AbstractMetric, nadapts::Int; kwargs...)
504504
return AHMC.Adaptation.NoAdaptation()
505505
end

0 commit comments

Comments
 (0)