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 4e567b7 commit 5f489b9Copy full SHA for 5f489b9
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"].ThicknessMean,
+ projectfile["stratigraphicLog"].ThicknessMedian,
34
)
35
36
fault_properties = self.projectfile.faultLog
0 commit comments