Skip to content

Commit

Permalink
Update src/parametric/services/ParametricRANSAC.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Apr 6, 2024
1 parent ee7ea75 commit c028d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parametric/services/ParametricRANSAC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function solveGraphParametricRansac!(
best_inlierlabels = inlierlabels

Check warning on line 88 in src/parametric/services/ParametricRANSAC.jl

View check run for this annotation

Codecov / codecov/patch

src/parametric/services/ParametricRANSAC.jl#L85-L88

Added lines #L85 - L88 were not covered by tests
end
if ratio_inliers > stop_ratio
@info "stop ratio met $best_ratio"
@info "stop ratio with $best_ratio"
break

Check warning on line 92 in src/parametric/services/ParametricRANSAC.jl

View check run for this annotation

Codecov / codecov/patch

src/parametric/services/ParametricRANSAC.jl#L90-L92

Added lines #L90 - L92 were not covered by tests
end
# res_vals = last.(residuals)
Expand Down

0 comments on commit c028d6e

Please sign in to comment.