Skip to content

Commit 61286ef

Browse files
committed
[CLN] minor
1 parent ca13ad6 commit 61286ef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

gempy/core/data/geo_model.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,6 @@ def interpolation_input_copy(self):
197197
if self.structural_frame.is_dirty is False:
198198
return self._interpolationInput
199199

200-
201-
# self.grid.regular_grid.set_regular_grid(
202-
# extent=self.grid.regular_grid.extent,
203-
# resolution=octree_leaf_resolution
204-
# )
205-
206200
self._interpolationInput = InterpolationInput.from_structural_frame(
207201
structural_frame=self.structural_frame,
208202
grid=self.grid,

0 commit comments

Comments
 (0)