Skip to content

Commit 6933195

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gempy/core/data/geo_model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ 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-
raise ValueError("The resolution of the grid is not set. Please set the resolution of the grid or "
136-
"the number of octree levels in InterpolationOptions.number_octree_levels.")
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.")
137138

138139
self._interpolation_options.cache_model_name = self.meta.name
139140
return self._interpolation_options

0 commit comments

Comments
 (0)