Skip to content

Commit

Permalink
Merge pull request #2144 from FedML-AI/hotfix/endpoint_metrics_attribute
Browse files Browse the repository at this point in the history
Renaming endpoint_id key to end_point_id
  • Loading branch information
fedml-dimitris authored Jun 5, 2024
2 parents 10c5e17 + e2430fc commit 826efa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def scale_operation_endpoint(self,

# Fetch all metrics record from the database.
metrics = self.fedml_model_cache.get_endpoint_metrics(
endpoint_id=endpoint_id)
end_point_id=endpoint_id)

# Default to nothing.
scale_op = ScaleOp.NO_OP
Expand Down

0 comments on commit 826efa8

Please sign in to comment.