Skip to content

Commit 10a6438

Browse files
committed
Fix extra type parameter
1 parent 16d9dfd commit 10a6438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/TuringDynamicHMCExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ State of the [`DynamicNUTS`](@ref) sampler.
3535
# Fields
3636
$(TYPEDFIELDS)
3737
"""
38-
struct DynamicNUTSState{L,V<:DynamicPPL.AbstractVarInfo,C,M,S}
38+
struct DynamicNUTSState{L,C,M,S}
3939
logdensity::L
4040
"Cache of sample, log density, and gradient of log density evaluation."
4141
cache::C

0 commit comments

Comments
 (0)