Skip to content

Commit 8aab933

Browse files
author
Pablo Vasconez
committed
fix(begemman): fix generation of excavation settings when Begemann is selected
1 parent ebb0637 commit 8aab933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pypilecore/input/multi_cpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def create_multi_cpt_payload(
305305
)
306306
else:
307307
multi_cpt_payload["excavation_settings"] = dict(
308-
stress_reductin_method="begemann",
308+
stress_reduction_method="begemann",
309309
excavation_width=excavation_width,
310310
excavation_edge_distance=excavation_edge_distance,
311311
)

src/pypilecore/input/tension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def create_multi_cpt_payload(
264264
)
265265
else:
266266
multi_cpt_payload["excavation_settings"] = dict(
267-
stress_reductin_method="begemann",
267+
stress_reduction_method="begemann",
268268
excavation_width=excavation_width,
269269
excavation_edge_distance=excavation_edge_distance,
270270
)

0 commit comments

Comments
 (0)