mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-27 08:00:23 +00:00
remove default behavior for visualization
This commit is contained in:
@@ -479,8 +479,6 @@ def initialize_resources(resources_config) -> list[dict]:
|
|||||||
from unilabos.registry.registry import lab_registry
|
from unilabos.registry.registry import lab_registry
|
||||||
resources = []
|
resources = []
|
||||||
for resource_config in resources_config:
|
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))
|
resources.extend(initialize_resource(resource_config, lab_registry))
|
||||||
|
|
||||||
return resources
|
return resources
|
||||||
|
|||||||
Reference in New Issue
Block a user