Skip to content

Commit

Permalink
[BUG] Fix accounting issue when finding valid strategies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Dec 15, 2023
1 parent ab24fac commit 02cb206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedulers/tetrisched_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def schedule(
partition.associatedWorker.resources.get_total_quantity(
resource
)
> quantity
>= quantity
):
placement_execution_strategy_for_this_task = (
execution_strategy
Expand Down

0 comments on commit 02cb206

Please sign in to comment.