mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-04-28 19:19:59 +00:00
WareHouse 通过 sites 字符串追踪占位,不依赖 PLR children tree。 当同一载架(如 BIOYOND_PolymerStation_1BottleCarrier)出现在多个 WareHouse 的 children 下时,PLR _check_naming_conflicts 会因 同名子资源(flask_1)重复而报 ValueError。 将 WareHouse 的 children 排除在 PLR dict 外,PLR 树只保留 WareHouse 本身(位置/尺寸),不包含其持有的载架。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>