Skip to content

Commit d7f4689

Browse files
author
Lachlan Grose
committed
fix: multiple faults not applied to stratigraphy data
1 parent dee158a commit d7f4689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/features/geological_feature_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def add_data_to_interpolator(self, constrained=False, force_constrained=False, *
198198
# convert data locations to numpy array and then update
199199
for f in self.faults:
200200
data.loc[:,xyz_names()] = f.apply_to_points(
201-
self.get_data_locations())
201+
data.loc[:,xyz_names()])
202202
# self.check_interpolation_geometry(data.loc[:,xyz_names()].to_numpy())
203203
# Now check whether there are enough constraints for the
204204
# interpolator to be able to solve

0 commit comments

Comments
 (0)