2 Commits

Author SHA1 Message Date
dependabot[bot] 4eceaa07d0 Bump pytest from 7.4.4 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 08:26:11 +00:00
NLSA 05a6799109 AGGREGATE "IfcRoad", "IfcBridge", "IfcRailway", "IfcMarineFacility"
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
2026-03-28 17:29:43 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ def _create_element(ifc, ifc_class, name, rep, placement, storey,
# IfcSpace is a spatial structure element — must be decomposed (aggregated)
# under its IfcBuildingStorey, not spatially contained.
if storey_manager:
if ifc_class in ("IfcSite", "IfcSpace"):
if ifc_class in ("IfcSite", "IfcSpace", "IfcRoad", "IfcBridge", "IfcRailway", "IfcMarineFacility"):
storey_manager.queue_aggregate(storey, element)
else:
storey_manager.queue_contain(storey, element)
+1 -1
View File
@@ -16,7 +16,7 @@ dependencies = ["specklepy==3.1.0",
[project.optional-dependencies]
dev = [
"mypy==1.13.0",
"pytest==7.4.4",
"pytest==9.0.3",
"ruff==0.11.12",
]