Skip to content

Commit

Permalink
move it inside to support past Julia
Browse files Browse the repository at this point in the history
  • Loading branch information
francescoalemanno committed Apr 4, 2022
1 parent 3bc291b commit c9c511b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KissSmoothing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ function denoise(
end
f, V .- f
end
const ϵ::Float64 = nextfloat(0.0)

function tps(x::AbstractArray{Float64},y::AbstractArray{Float64})
ϵ = nextfloat(0.0)
r = ϵ+mapreduce(+, x, y) do a, b
abs2(a - b)
end
Expand Down

0 comments on commit c9c511b

Please sign in to comment.