-
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
Gracefully handle decoding exceptions in python backend #1789
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1789 +/- ##
==========================================
- Coverage 45.38% 45.28% -0.11%
==========================================
Files 64 64
Lines 2591 2597 +6
Branches 60 60
==========================================
Hits 1176 1176
- Misses 1415 1421 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@rohithkrn @lxning GPU CI seems to be frozen now |
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.
This might be a bit better
Co-authored-by: Aaqib <maaquib@gmail.com>
Co-authored-by: Aaqib <maaquib@gmail.com>
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.
looks good
Fixes #1776
Test: https://colab.research.google.com/drive/1eKMiheF50YYGtPmi0WqVkeRqLk8Gbwg5?usp=sharing (would probably be better to start writing unit tests for the python backend when we have time)
The meaningful code is at the very end of the file in the
try, except
block