Skip to content

Commit

Permalink
HasSubContexts
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms committed Jan 30, 2025
1 parent e9486a5 commit 95764ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/steps/givens/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 95764ff

Please sign in to comment.