Skip to content

Commit f16af6e

Browse files
dehannAffie
authored andcommitted
Update src/parametric/services/ParametricRANSAC.jl
1 parent a2eb13c commit f16af6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IncrementalInference/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)