You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gempy_engine/core/data/options/evaluation_options.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ class MeshExtractionMaskingOptions(enum.Enum):
14
14
classEvaluationOptions:
15
15
_number_octree_levels: int=1
16
16
_number_octree_levels_surface: int=4
17
-
curvature_threshold: float=-1#: Threshold to do octree refinement due to curvature to deal with angular geometries. This curvature assumes that 1 is the maximum curvature of any voxel
18
-
error_threshold: float=1.#: Number of standard deviations to consider a voxel as candidate to refine
19
-
min_octree_level: int=2
17
+
octree_curvature_threshold: float=-1#: Threshold to do octree refinement due to curvature to deal with angular geometries. This curvature assumes that 1 is the maximum curvature of any voxel
18
+
octree_error_threshold: float=1.#: Number of standard deviations to consider a voxel as candidate to refine
0 commit comments