py-pilecore 1.1.1__tar.gz → 1.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of py-pilecore might be problematic. Click here for more details.
- {py_pilecore-1.1.1/src/py_pilecore.egg-info → py_pilecore-1.1.2}/PKG-INFO +1 -1
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/pyproject.toml +1 -1
- {py_pilecore-1.1.1 → py_pilecore-1.1.2/src/py_pilecore.egg-info}/PKG-INFO +1 -1
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/_version.py +1 -1
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/input/multi_cpt.py +1 -1
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/input/tension.py +1 -1
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/LICENSE +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/README.md +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/setup.cfg +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/py_pilecore.egg-info/SOURCES.txt +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/py_pilecore.egg-info/dependency_links.txt +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/py_pilecore.egg-info/requires.txt +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/py_pilecore.egg-info/top_level.txt +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/__init__.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/api.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/__init__.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/__init__.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/__init__.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/components/__init__.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/components/common.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/components/rectangle.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/components/round.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/main.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/materials.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/grid.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/main.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/type.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/exceptions.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/input/__init__.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/input/grouper_properties.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/input/soil_properties.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/plot_utils.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/__init__.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/cases_multi_cpt_results.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/compression/multi_cpt_results.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/compression/single_cpt_results.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/grouper_result.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/load_settlement.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/post_processing.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/result_definitions.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/soil_properties.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/tension/multi_cpt_results.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/tension/single_cpt_results.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/typing.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/utils.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/__init__.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/interactive_figures/__init__.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/interactive_figures/figure_cpt_group_results_versus_ptls.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_plan_view.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/interactive_figures/figure_cpt_results_versus_ptls.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/interactive_figures/utils.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/viewer_cpt_group_results.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/viewer_cpt_results.py +0 -0
- {py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py +0 -0
|
@@ -305,7 +305,7 @@ def create_multi_cpt_payload(
|
|
|
305
305
|
)
|
|
306
306
|
else:
|
|
307
307
|
multi_cpt_payload["excavation_settings"] = dict(
|
|
308
|
-
|
|
308
|
+
stress_reduction_method="begemann",
|
|
309
309
|
excavation_width=excavation_width,
|
|
310
310
|
excavation_edge_distance=excavation_edge_distance,
|
|
311
311
|
)
|
|
@@ -264,7 +264,7 @@ def create_multi_cpt_payload(
|
|
|
264
264
|
)
|
|
265
265
|
else:
|
|
266
266
|
multi_cpt_payload["excavation_settings"] = dict(
|
|
267
|
-
|
|
267
|
+
stress_reduction_method="begemann",
|
|
268
268
|
excavation_width=excavation_width,
|
|
269
269
|
excavation_edge_distance=excavation_edge_distance,
|
|
270
270
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/components/__init__.py
RENAMED
|
File without changes
|
{py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/components/common.py
RENAMED
|
File without changes
|
{py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/components/rectangle.py
RENAMED
|
File without changes
|
{py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/common/piles/geometry/components/round.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/compression/multi_cpt_results.py
RENAMED
|
File without changes
|
{py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/compression/single_cpt_results.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/results/tension/single_cpt_results.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/interactive_figures/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py_pilecore-1.1.1 → py_pilecore-1.1.2}/src/pypilecore/viewers/viewer_cpt_results_plan_view.py
RENAMED
|
File without changes
|