Skip to content

Commit 4cb53fe

Browse files
Replacing e_id.
1 parent 31c57e0 commit 4cb53fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
}
4141
autoscaling_policy = ConcurrentQueryPolicy(**autoscaling_policy_config)
4242

43-
e_id = 1821952311
43+
# Please replace the `e_id` below with a proper e_id value.
44+
e_id = 1111
4445
scale_op = autoscaler.scale_operation_endpoint(
4546
autoscaling_policy,
4647
str(e_id))

0 commit comments

Comments
 (0)