Skip to content

Commit 5f489b9

Browse files
fix: Use ThicknessMedian instead of ThicknessMean as Mean isn't populated
1 parent 4e567b7 commit 5f489b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/input/project_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, projectfile, use_thickness=None):
3030
thicknesses = dict(
3131
zip(
3232
projectfile["stratigraphicLog"].name,
33-
projectfile["stratigraphicLog"].ThicknessMean,
33+
projectfile["stratigraphicLog"].ThicknessMedian,
3434
)
3535
)
3636
fault_properties = self.projectfile.faultLog

0 commit comments

Comments
 (0)