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 6933195 commit 158c2daCopy full SHA for 158c2da
gempy/core/data/geo_model.py
@@ -132,9 +132,7 @@ def interpolation_options(self) -> InterpolationOptions:
132
case (False, True):
133
self._interpolation_options.block_solutions_type = RawArraysSolution.BlockSolutionType.DENSE_GRID
134
case (False, False):
135
- pass
136
- # raise ValueError("The resolution of the grid is not set. Please set the resolution of the grid or "
137
- # "the number of octree levels in InterpolationOptions.number_octree_levels.")
+ self._interpolation_options.block_solutions_type = RawArraysSolution.BlockSolutionType.NONE
138
139
self._interpolation_options.cache_model_name = self.meta.name
140
return self._interpolation_options
0 commit comments