Skip to content

Commit

Permalink
fix parameter substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Feb 29, 2024
1 parent 2895516 commit c51d086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probreg/bcpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ def registration_bcpd(
cv = lambda x: np.asarray(x.points if isinstance(x, o3.geometry.PointCloud) else x)
bcpd = CombinedBCPD(cv(source), **kwargs)
bcpd.set_callbacks(callbacks)
return bcpd.registration(cv(target), w, maxiter)
return bcpd.registration(cv(target), w, maxiter, tol)

0 comments on commit c51d086

Please sign in to comment.