remove default behavior for visualization

This commit is contained in:
wznln
2025-05-14 22:37:42 +08:00
parent 4355135c80
commit 1461e61648

View File

@@ -479,8 +479,6 @@ 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