We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7ea75 commit c028d6eCopy full SHA for c028d6e
1 file changed
src/parametric/services/ParametricRANSAC.jl
@@ -88,7 +88,7 @@ function solveGraphParametricRansac!(
88
best_inlierlabels = inlierlabels
89
end
90
if ratio_inliers > stop_ratio
91
- @info "stop ratio met $best_ratio"
+ @info "stop ratio with $best_ratio"
92
break
93
94
# res_vals = last.(residuals)
0 commit comments