Skip to content

Commit

Permalink
fix: multiple faults not applied to stratigraphy data
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Nov 29, 2021
1 parent dee158a commit d7f4689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def add_data_to_interpolator(self, constrained=False, force_constrained=False, *
# convert data locations to numpy array and then update
for f in self.faults:
data.loc[:,xyz_names()] = f.apply_to_points(
self.get_data_locations())
data.loc[:,xyz_names()])
# self.check_interpolation_geometry(data.loc[:,xyz_names()].to_numpy())
# Now check whether there are enough constraints for the
# interpolator to be able to solve
Expand Down

0 comments on commit d7f4689

Please sign in to comment.