mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
007cdce98c
get_special_type_for_prop() reached the declaration through entity.wrapped_data, which v0.9.0 removed when entity instances started inheriting from the wrapper type directly. Ten ci-bonsai-daily tests fail on it (quantification, pset editing, templated quantities). Use the declaration property the way entity_instance.is_entity() itself does.