Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
true-real-michael committed Mar 21, 2024
1 parent c13b1d5 commit 08ca2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octreelib/ransac/cuda_ransac.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(
self,
max_n_blocks: int,
threshold: float = 0.01,
n_hypotheses: int = 1024,
n_hypotheses: int = N_CUDA_THREADS,
):
"""
Initialize the RANSAC parameters.
Expand Down

0 comments on commit 08ca2f6

Please sign in to comment.