From fcc08964982c59cb9e3d4a9acb6634c9ab7741f8 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 25 Feb 2025 04:27:15 +0900 Subject: [PATCH] [Misc] update scheduler.py (#736) Signed-off-by: Ikko Eltociear Ashimine --- python/aibrix/aibrix/batch/scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/aibrix/aibrix/batch/scheduler.py b/python/aibrix/aibrix/batch/scheduler.py index c639939b..a6a3517f 100644 --- a/python/aibrix/aibrix/batch/scheduler.py +++ b/python/aibrix/aibrix/batch/scheduler.py @@ -95,7 +95,7 @@ def update_job_pool_size(self, new_pool_size): self.grow_resource() def shrink_resource(self): - # Alway move jobs to front. + # Always move jobs to front. self.tighten_jobs() while ( @@ -113,7 +113,7 @@ def shrink_resource(self): ) def grow_resource(self): - # Alway move jobs to front. + # Always move jobs to front. self.tighten_jobs() # This does not influence the relative order of jobs with self._running_job_idx