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 3c8592f commit 6094e8cCopy full SHA for 6094e8c
services/autoscaling/src/simcore_service_autoscaling/modules/cluster_scaling/_utils_computational.py
@@ -30,7 +30,7 @@ def resources_from_dask_task(task: DaskTask) -> Resources:
30
) # merge with defaults to ensure there is always some minimal resource defined
31
32
return Resources.from_flat_dict(
33
- task_resources.items(), mapping=DASK_TO_RESOURCE_NAME_MAPPING
+ task_resources, mapping=DASK_TO_RESOURCE_NAME_MAPPING
34
)
35
36
0 commit comments