Skip to content

Commit 56e64b1

Browse files
committed
[ENH] Update version number for gempy_engine, gempy, and gempy_viewer
The version number for gempy_engine, gempy, and gempy_viewer have all been updated from their previous versions to 2024.1.4. This update syncs up the project versions.
1 parent 72a4d5a commit 56e64b1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

examples/tutorials/z_other_tutorials/a1_fold.py

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

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

65-
interpolation_options.mesh_extraction = True
66-
interpolation_options.evaluation_options.compute_scalar_gradient = True
6765

68-
interpolation_options.kernel_options.range = 1
69-
interpolation_options.evaluation_options.number_octree_levels_surface = 6
70-
interpolation_options.evaluation_options.curvature_threshold = 0.6
66+
interpolation_options.kernel_options.range = 1.7
67+
interpolation_options.evaluation_options.number_octree_levels_surface = 4
68+
interpolation_options.evaluation_options.curvature_threshold = 0.1
7169

7270
# %%
7371
# Compute the geological model

0 commit comments

Comments
 (0)