fix: aspirate

This commit is contained in:
wznln
2025-05-07 03:02:35 +08:00
parent 45a73e2f6d
commit 2dde5b6aae

View File

@@ -479,7 +479,8 @@ def initialize_resources(resources_config) -> list[dict]:
from unilabos.registry.registry import lab_registry
resources = []
for resource_config in resources_config:
if resource_config["parent"] == "tip_rack" or resource_config["parent"] == "plate_well":
continue
resources.extend(initialize_resource(resource_config, lab_registry))
return resources