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 eae9d05 commit 4c1aed9Copy full SHA for 4c1aed9
gempy_engine/core/data/options/interpolation_options.py
@@ -48,7 +48,7 @@ def __init__(
48
number_octree_levels: int = 1,
49
kernel_function: AvailableKernelFunctions = AvailableKernelFunctions.cubic,
50
mesh_extraction: bool = True,
51
- compute_scalar_gradient: bool = True,
+ compute_scalar_gradient: bool = False,
52
compute_condition_number: bool = False,
53
):
54
gempy_engine/core/data/regular_grid.py
@@ -3,7 +3,6 @@
3
4
import numpy as np
5
6
-from .transforms import Transform
7
from ..utils import _check_and_convert_list_to_array, cast_type_inplace
8
from .kernel_classes.server.input_parser import GridSchema
9
0 commit comments