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 76a1373 commit 45a1915Copy full SHA for 45a1915
src/adaptation/massmatrix.jl
@@ -236,7 +236,7 @@ function Base.push!(nv::NutpieVar, z::PhasePoint)
236
end
237
238
# Ref: https://github.com/pymc-devs/nutpie
239
-get_estimation(nv::NutpieVar) = sqrt.(get_estimation(nv.position_estimator) ./ get_estimation(nv.gradient_estimator))
+get_estimation(nv::NutpieVar) = sqrt.(get_estimation(nv.position_estimator) ./ get_estimation(nv.gradient_estimator))
240
241
## Dense mass matrix adaptor
242
0 commit comments