Skip to content

Commit 1ff41bb

Browse files
authored
Merge branch 'main' into compathelper/new_version/2025-08-26-00-13-10-841-02594799806
2 parents dfab57f + 5742078 commit 1ff41bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/default_accumulators.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ function accumulate_observe!!(acc::LogLikelihoodAccumulator, right, left, vn)
165165
return acclogp(acc, Distributions.loglikelihood(right, left))
166166
end
167167

168-
function default_accumulators(
169-
::Type{FloatT}=LogProbType, ::Type{IntT}=Int
170-
) where {FloatT,IntT}
168+
function default_accumulators(::Type{FloatT}=LogProbType) where {FloatT}
171169
return AccumulatorTuple(
172170
LogPriorAccumulator{FloatT}(),
173171
LogJacobianAccumulator{FloatT}(),

0 commit comments

Comments
 (0)