We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436540b commit 0a64defCopy full SHA for 0a64def
LoopStructural/modelling/input/project_file.py
@@ -30,7 +30,7 @@ def __init__(self, projectfile, use_thickness=None):
30
thicknesses = dict(
31
zip(
32
projectfile["stratigraphicLog"].name,
33
- projectfile["stratigraphicLog"].thickness,
+ projectfile["stratigraphicLog"].ThicknessMedian,
34
)
35
36
fault_properties = self.projectfile.faultLog
0 commit comments