Skip to content

Commit 62bc658

Browse files
committed
more more more more more more smoothing compatibility updates
1 parent 0f5ca83 commit 62bc658

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/seismicity/smoothing.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ julia> smoothing('count.csv', [[1.0, 20]], 50)
152152

153153
dsts = zeros(Float32, length(idxs))
154154
for idx in enumerate(idxs)
155-
println("base: ", base)
156-
println(typeof(base))
157-
println("idx[2] ", idx[2])
158-
println(typeof(idx[2]))
159155
if base == idx[2]
160156
d = Float32(0.0)
161157
else

0 commit comments

Comments
 (0)