We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b845c9 commit 680b7d6Copy full SHA for 680b7d6
1 file changed
src/semantic_digital_twin/world.py
@@ -1519,6 +1519,7 @@ def compute_child_kinematic_structure_entities(
1519
self.kinematic_structure.successors(kinematic_structure_entity.index)
1520
)
1521
1522
+ @lru_cache(maxsize=_LRU_CACHE_SIZE)
1523
def compute_parent_connection(
1524
self, kinematic_structure_entity: KinematicStructureEntity
1525
) -> Optional[Connection]:
@@ -1538,6 +1539,7 @@ def compute_parent_connection(
1538
1539
1540
1541
1542
1543
def compute_parent_kinematic_structure_entity(
1544
1545
) -> Optional[KinematicStructureEntity]:
0 commit comments