mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 09:08:40 +00:00
Fix a typo
This commit is contained in:
@@ -1605,7 +1605,7 @@ def remove_deep2(
|
|||||||
and (
|
and (
|
||||||
# 0 or 1 inverses guarantees that the subelement only exists in this subgraph
|
# 0 or 1 inverses guarantees that the subelement only exists in this subgraph
|
||||||
ifc_file.get_total_inverses(subelement) < 2
|
ifc_file.get_total_inverses(subelement) < 2
|
||||||
# Alternatively, let's ensure all inverses are within the subgrpah
|
# Alternatively, let's ensure all inverses are within the subgraph
|
||||||
or len(set(ifc_file.get_inverse(subelement)) - subgraph_set) == 0
|
or len(set(ifc_file.get_inverse(subelement)) - subgraph_set) == 0
|
||||||
)
|
)
|
||||||
):
|
):
|
||||||
|
|||||||
Reference in New Issue
Block a user