Skip to content

Commit 158c2da

Browse files
committed
[WIP] More Small changes to revive vector probability examples.
1 parent 6933195 commit 158c2da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gempy/core/data/geo_model.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ def interpolation_options(self) -> InterpolationOptions:
132132
case (False, True):
133133
self._interpolation_options.block_solutions_type = RawArraysSolution.BlockSolutionType.DENSE_GRID
134134
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.")
135+
self._interpolation_options.block_solutions_type = RawArraysSolution.BlockSolutionType.NONE
138136

139137
self._interpolation_options.cache_model_name = self.meta.name
140138
return self._interpolation_options

0 commit comments

Comments
 (0)