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.
1 parent 0ca19b4 commit 1cd4836Copy full SHA for 1cd4836
src/univariate/steppingout.jl
@@ -18,7 +18,7 @@ struct SliceSteppingOut{W<:Real} <: AbstractUnivariateSliceSampling
18
end
19
20
function SliceSteppingOut(
21
- window::Real; max_stepping_out::Int = 32, max_proposals::Int = DEFAULT_MAX_PROPOSALS
+ window::Real; max_stepping_out::Int=32, max_proposals::Int=DEFAULT_MAX_PROPOSALS
22
)
23
@assert window > 0
24
return SliceSteppingOut(window, max_stepping_out, max_proposals)
0 commit comments