Skip to content
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

Reenable tests that were accidentally disabled #746

Merged
merged 8 commits into from
Nov 18, 2023

Conversation

dakinggg
Copy link
Collaborator

@dakinggg dakinggg commented Nov 18, 2023

We accidentally had some tests that weren't running due to a mixup between pytest.mark.gpu and explicitly skipping tests when cuda is not available. This PR resolves that mix up. Going forward, tests should not need to check for cuda available and skip if not available. The gpu mark should handle that.

@dakinggg dakinggg changed the title WIP Reenable tests that were accidentally disabled Nov 18, 2023
@dakinggg dakinggg marked this pull request as ready for review November 18, 2023 00:55
tests/test_model.py Outdated Show resolved Hide resolved
@dakinggg dakinggg merged commit 269ded6 into mosaicml:main Nov 18, 2023
12 checks passed
@dakinggg dakinggg deleted the not-running-tests branch December 11, 2023 23:44
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.

3 participants