Skip to content

Commit 7499b56

Browse files
committed
[ENH] Update developer logs and refine interpolation options
Updated developer logs and added new release notes. Enabled the 'TRIMESH_LAST_PASS' in 'dual_contouring.py'. In example files: refined various interpolation options for realistic models, added debug options for tuning parameters, and resolved the issue with memory usage during evaluations in 'Hecho.py'. Also, fixed the call to orientations in 'manipulate_points.py' to reference an orientations_copy, improving program stability.
1 parent fecdfda commit 7499b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gempy_engine/API/dual_contouring/_dual_contouring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def compute_dual_contouring(dc_data_per_stack: DualContouringData, left_right_co
9595
# @on
9696
vertices_numpy = BackendTensor.t.to_numpy(vertices)
9797

98-
if TRIMESH_LAST_PASS := False:
98+
if TRIMESH_LAST_PASS := True:
9999
vertices_numpy, indices = _last_pass(vertices_numpy, indices)
100100

101101
stack_meshes.append(

0 commit comments

Comments
 (0)