Skip to content

Commit 826efa8

Browse files
Merge pull request #2144 from FedML-AI/hotfix/endpoint_metrics_attribute
Renaming endpoint_id key to end_point_id
2 parents 10c5e17 + e2430fc commit 826efa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/fedml/computing/scheduler/model_scheduler/autoscaler

python/fedml/computing/scheduler/model_scheduler/autoscaler/autoscaler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def scale_operation_endpoint(self,
339339

340340
# Fetch all metrics record from the database.
341341
metrics = self.fedml_model_cache.get_endpoint_metrics(
342-
endpoint_id=endpoint_id)
342+
end_point_id=endpoint_id)
343343

344344
# Default to nothing.
345345
scale_op = ScaleOp.NO_OP

0 commit comments

Comments
 (0)