-
Notifications
You must be signed in to change notification settings - Fork 84
[Optimizer] Avoid accessing None value in _process_constant_node #2513
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
[Optimizer] Avoid accessing None value in _process_constant_node #2513
Conversation
Signed-off-by: Christoph Berganski <christoph.berganski@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.
LGTM. @gramalingam what do you think?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2513 +/- ##
==========================================
+ Coverage 70.07% 70.10% +0.03%
==========================================
Files 215 215
Lines 25831 25878 +47
Branches 2596 2606 +10
==========================================
+ Hits 18100 18143 +43
- Misses 6833 6836 +3
- Partials 898 899 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Christoph Berganski <christoph.berganski@gmail.com>
Signed-off-by: Christoph Berganski <christoph.berganski@gmail.com>
Thanks! Could you fix lint? We can then merge. |
Signed-off-by: Christoph Berganski <christoph.berganski@gmail.com>
No description provided.