We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a305057 commit 3006b05Copy full SHA for 3006b05
examples/tutorials/z_other_tutorials/a1_fold.py
@@ -62,12 +62,13 @@
62
63
interpolation_options: gp.data.InterpolationOptions = geo_model.interpolation_options
64
65
-
66
interpolation_options.kernel_options.range = 1.7
67
interpolation_options.evaluation_options.number_octree_levels_surface = 4
68
interpolation_options.evaluation_options.compute_scalar_gradient = False
69
interpolation_options.evaluation_options.curvature_threshold = 1
70
-interpolation_options.evaluation_options.min_octree_level = 2
+interpolation_options.evaluation_options.min_octree_level = 1
+
71
+interpolation_options.evaluation_options.verbose = True
72
73
# %%
74
# Compute the geological model
0 commit comments