We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b8b73 commit 353eac6Copy full SHA for 353eac6
src/misc.jl
@@ -73,7 +73,6 @@ end
73
function angle_correction(y::AbstractVecOrMat)
74
n = min(floor(Int, length(y) / 5) , 15)
75
θ = sum(angle.(y[1:n])) / n
76
- println(θ)
77
return θ
78
end
79
0 commit comments