pyprep
pyprep copied to clipboard
Make `ransac.find_bad_by_ransac` private
Users can use RANSAC in the way that is described in this example: https://pyprep.readthedocs.io/en/latest/auto_examples/run_ransac.html#sphx-glr-auto-examples-run-ransac-py
No need to private two routes to the same goal.
This would have a minor impact on
- https://github.com/sappelhoff/pyprep/pull/36
- https://github.com/sappelhoff/pyprep/pull/53