...
Some checks failed
CI / test (pull_request) Failing after 28s
API CI / api-tests (pull_request) Failing after 41s

This commit is contained in:
Tim Lorsbach
2026-07-28 10:46:12 +02:00
parent 1088586d9f
commit 7653561833
3 changed files with 6 additions and 5 deletions

View File

@ -351,7 +351,8 @@ class PathwayMapper:
props = SoilPropertiesData()
for ai in ai_list:
for ai_obj in ai_list:
ai = ai_obj.get()
if isinstance(ai, SoilTexture1) and props.soil_type is None:
props.soil_type = ai.type.value
elif isinstance(ai, SoilTexture2):