Skip to content

unify output format and add test for gpu-types #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AbbyDeng
Copy link

@AbbyDeng AbbyDeng commented Feb 28, 2025

  • for both tests, run pytest -s
  • please see inline comments

@@ -32,7 +32,7 @@ def gpu_types() -> None:
gpu_types = sorted(availability_data.keys())

for gpu_type in gpu_types:
table.add_row(gpu_type)
table.add_row(gpu_type.replace("_", " "))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is to keep the output format same as L196 in list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant