Skip to content

Commit e56a388

Browse files
committed
[BUG/CLN] Making sure that computing only custom grids works fine
1 parent 43773e7 commit e56a388

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

gempy/core/data/geo_model.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ def solutions(self, value: Solutions):
101101

102102
self._solutions = value
103103

104-
# * Set solutions per group
105-
if self._solutions.raw_arrays is not None:
106-
for e, group in enumerate(self.structural_frame.structural_groups):
107-
group.kriging_solution = RawArraysSolution( # ? Maybe I need to add more fields, but I am not sure yet
108-
scalar_field_matrix=self._solutions.raw_arrays.scalar_field_matrix[e],
109-
block_matrix=self._solutions.raw_arrays.block_matrix[e],
110-
)
111-
112104
# * Set solutions per element
113105
for e, element in enumerate(self.structural_frame.structural_elements[:-1]): # * Ignore basement
114106
element.scalar_field_at_interface = value.scalar_field_at_surface_points[e]

0 commit comments

Comments
 (0)