Skip to content

Commit 45a1915

Browse files
committed
remove superfluous white space
1 parent 76a1373 commit 45a1915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptation/massmatrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function Base.push!(nv::NutpieVar, z::PhasePoint)
236236
end
237237

238238
# Ref: https://github.com/pymc-devs/nutpie
239-
get_estimation(nv::NutpieVar) = sqrt.(get_estimation(nv.position_estimator) ./ get_estimation(nv.gradient_estimator))
239+
get_estimation(nv::NutpieVar) = sqrt.(get_estimation(nv.position_estimator) ./ get_estimation(nv.gradient_estimator))
240240

241241
## Dense mass matrix adaptor
242242

0 commit comments

Comments
 (0)