Skip to content

Commit 1e0fe0b

Browse files
committed
sync
1 parent cb79b00 commit 1e0fe0b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/state.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function coordinate_transformer(state::State)
2020
end
2121
function State(physical_position::AbstractVector{T}, logdensity::Float64, coordinate_transformer::G = Base.identity) where {T, G}
2222
pos = coordinate_transformer.(physical_position)
23-
#pos = MVector{length(physical_position), eltype(pos)}(pos)
2423
return State(physical_position, Buffer(copy(pos); map = coordinate_transformer), logdensity, 0, 0)
2524
end
2625

0 commit comments

Comments
 (0)