Skip to content

Commit 3006b05

Browse files
committed
[WIP] Towards better octree testing
1 parent a305057 commit 3006b05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/tutorials/z_other_tutorials/a1_fold.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@
6262

6363
interpolation_options: gp.data.InterpolationOptions = geo_model.interpolation_options
6464

65-
6665
interpolation_options.kernel_options.range = 1.7
6766
interpolation_options.evaluation_options.number_octree_levels_surface = 4
6867
interpolation_options.evaluation_options.compute_scalar_gradient = False
6968
interpolation_options.evaluation_options.curvature_threshold = 1
70-
interpolation_options.evaluation_options.min_octree_level = 2
69+
interpolation_options.evaluation_options.min_octree_level = 1
70+
71+
interpolation_options.evaluation_options.verbose = True
7172

7273
# %%
7374
# Compute the geological model

0 commit comments

Comments
 (0)