-
Notifications
You must be signed in to change notification settings - Fork 863
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
managing nvml exception #1809
managing nvml exception #1809
Conversation
@lromor Can you please attach the failing & passing logs(which shows the warning) to the PR |
Sure, before:
After:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Looks good to me
Codecov Report
@@ Coverage Diff @@
## master #1809 +/- ##
==========================================
- Coverage 45.28% 45.23% -0.05%
==========================================
Files 64 64
Lines 2597 2602 +5
Branches 60 60
==========================================
+ Hits 1176 1177 +1
- Misses 1421 1425 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
5aea057
to
e7e03b7
Compare
@lromor Can you please rebase to the latest and fix the lint issues |
e7e03b7
to
be7ce4d
Compare
fix lint issue
be7ce4d
to
5d9e578
Compare
I'm having a few issues running pre-commit, even from a fresh ubuntu-latest via docker, it seems pre-commit performs changes that do not follow the coding standards you chose and manually running isort and black seems to reformat the whole codebase. Any ideas? |
@lromor I checked out your branch and ran this command It worked. Then you need to commit this file. Let me know if it doesn't work. I can commit it. |
@agunapal , I've run the same command, and the last commit shows you that it's now formatting parts of code I didn't touch. |
@lromor Thats expected behavior. The lint tool tries the correct the entire file |
I see, but doesn't that imply that the original code wasn't properly formatted in the first place? |
@lromor Yes, that code was probably written before lint tool was integrated |
Description
Please read our CONTRIBUTING.md prior to creating your first pull request.
Please include a summary of the feature or issue being fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #1722
Type of change
Please delete options that are not relevant.
Feature/Issue validation/testing
I tested the solution on the non supported device. I can now run serve even if monitoring for the device is not supported.
Checklist: