Skip to content

Commit e06c287

Browse files
committed
minor comment change
1 parent 46cd7c7 commit e06c287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python/python/ad/guiding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ def construct_octree(self, points, log=False):
384384
if leaves_count_scalar + active_node_count * 8 > self.max_leaf_count:
385385
raise RuntimeError(
386386
"OcSpaceDistr: Number of leaf nodes exceeds "
387-
"'max_leaf_count'. Please increase 'max_leaf_count' or "
388-
"increase 'mass_contruction_thres'."
387+
"'max_leaf_count'. Please increase 'max_leaf_count', "
388+
"decrease 'max_depth', or increase 'mass_construction_thres'."
389389
)
390390

391391
if self.debug_logs:

0 commit comments

Comments
 (0)