Skip to content

Commit df90fc5

Browse files
committed
fix: add regions arg back
1 parent e3a8c2d commit df90fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/core/geological_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ def get_feature_by_name(self, feature_name) -> GeologicalFeature:
16951695
else:
16961696
raise ValueError(f"{feature_name} does not exist!")
16971697

1698-
def evaluate_feature_value(self, feature_name, xyz, scale=True):
1698+
def evaluate_feature_value(self, feature_name, xyz, scale=True, use_regions=True):
16991699
"""Evaluate the scalar value of the geological feature given the name at locations
17001700
xyz
17011701

0 commit comments

Comments
 (0)