Fix a typo

This commit is contained in:
Andrej
2025-06-10 12:58:30 +05:00
parent c9b41a1499
commit 1fecd77121
@@ -1605,7 +1605,7 @@ def remove_deep2(
and (
# 0 or 1 inverses guarantees that the subelement only exists in this subgraph
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
)
):