Skip to content

Commit 06fec2d

Browse files
committed
Fix typo
1 parent 4d03c07 commit 06fec2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcmc/ess.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function AbstractMCMC.step(
6363

6464
return Transition(model, vi), vi
6565
end
66-
f
66+
6767
# Prior distribution of considered random variable
6868
struct ESSPrior{M<:Model,S<:Sampler{<:ESS},V<:AbstractVarInfo,T}
6969
model::M

0 commit comments

Comments
 (0)