Skip to content

Commit c028d6e

Browse files
authored
Update src/parametric/services/ParametricRANSAC.jl
1 parent ee7ea75 commit c028d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parametric/services/ParametricRANSAC.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function solveGraphParametricRansac!(
8888
best_inlierlabels = inlierlabels
8989
end
9090
if ratio_inliers > stop_ratio
91-
@info "stop ratio met $best_ratio"
91+
@info "stop ratio with $best_ratio"
9292
break
9393
end
9494
# res_vals = last.(residuals)

0 commit comments

Comments
 (0)