Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeRZP committed Nov 4, 2024
1 parent ff31b94 commit db5961f
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, k::Int = 5)
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 db5961f

Please sign in to comment.