Skip to content

Conversation

@yannicks1
Copy link
Collaborator

[CB] fix scheduler assert prints

Noticed that some asserts did not print the entire message due to missing parenthesis.

Signed-off-by: Yannick Schnider <[email protected]>
@github-actions
Copy link

👋 Hi! Thank you for contributing to vLLM support on Spyre.
Just a reminder: Make sure that your code passes all the linting checks, otherwise your PR won't be able to be merged. To do so, first install the linting requirements, then run format.sh and commit the changes. This can be done with uv directly:

uv sync --frozen --group lint --active --inexact

Or this can be done with pip:

uv pip compile --group lint > requirements-lint.txt
pip install -r requirements-lint.txt
bash format.sh

Now you are good to go 🚀

@yannicks1 yannicks1 merged commit 7d06a62 into main Aug 18, 2025
19 of 25 checks passed
@yannicks1 yannicks1 deleted the ysc-fix-asserts branch August 18, 2025 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants