From 73929cc00c152418bf574a79c3a67195f59c1243 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 30 Jan 2025 13:30:57 +0100 Subject: [PATCH] HasSubContexts --- features/steps/givens/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/steps/givens/attributes.py b/features/steps/givens/attributes.py index 1aa5c805..40589184 100644 --- a/features/steps/givens/attributes.py +++ b/features/steps/givens/attributes.py @@ -150,7 +150,7 @@ def step_impl(context, file_or_model, field, values): @gherkin_ifc.step('a traversal over the full model originating from subtypes of {entity}') def step_impl(context, entity): - WHITELISTED_INVERSES = {'StyledByItem', 'HasCoordinateOperation', 'LayerAssignments', 'LayerAssignment'} + WHITELISTED_INVERSES = {'StyledByItem', 'HasCoordinateOperation', 'LayerAssignments', 'LayerAssignment', 'HasSubContexts'} schema = ifcopenshell.ifcopenshell_wrapper.schema_by_name(context.model.schema_identifier) @functools.cache def names(entity_type):