This commit is contained in:
Andrej730
2025-11-12 22:35:28 +05:00
parent a34e42a519
commit 9491096485
+1 -1
View File
@@ -106,7 +106,7 @@ def quantify(ifc_file: ifcopenshell.file, elements: set[ifcopenshell.entity_inst
for sty in entity_supertypes(ifc_file.schema_identifier, ty):
if qtos := queries.get(casenorm.get(sty)):
calculator.calculate(ifc_file, group_elements, qtos, results)
continue # Skip general path to avoid duplicate calculations
continue # Skip general path to avoid duplicate calculations
# Fallback: per-query evaluation
for query, qtos in queries.items():