Skip to content

Commit

Permalink
Merge pull request #17 from JaimeRZP/bandpowers
Browse files Browse the repository at this point in the history
smooth ops
  • Loading branch information
JaimeRZP authored Nov 4, 2024
2 parents 8fee89f + db5961f commit aaa9e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function nz_interpolate(z, nz, res; mode="linear")
end
end

function smooth_w_neighbors(arr::Vector{T}, k::Int = 5) where T
function smooth_w_neighbors(arr; k::Int = 5)
N = length(arr)
neighbors = Vector{}(undef, N) # Create an array to hold neighbor arrays

Expand Down

0 comments on commit aaa9e89

Please sign in to comment.