Conversation
Codecov Report
@@ Coverage Diff @@
## issue121 #117 +/- ##
==========================================
- Coverage 49.5% 49.4% -0.1%
==========================================
Files 39 39
Lines 2847 2855 +8
==========================================
+ Hits 1410 1412 +2
- Misses 1437 1443 +6
Continue to review full report at Codecov.
|
| yield self | ||
| finally: | ||
| return | ||
| return # TODO(klausg): deal with pylint warning |
There was a problem hiding this comment.
Not sure what was the rationale behind this code fragment.
Pylint complaining profusely: return statement in finally block may swallow exception
There was a problem hiding this comment.
I have disabled the warning, and left several TODO(klausg) for things I cannot resolve myself.
|
@Qwlouse 🎉 🎉 🎉 (took me ~4 hours...) where these all work as advertised.
|
* google pylint configuration * pylint fixes * docstring objects * removed __all__ and compartimentalized pybullet & blender * pylint complaint fix * pylint tweaks assets * pylint traits.py * pylint klevr_uni.py * pylint datasets/klevr.py * pylint kubric/core/color.py * pybullet pylint * pylint kubric/utils.py * pylint kubric/renderer/blender.py * pylint kubric/renderer/blender_utils.py * pylint kubric/* * test.yml executes on ALL branches now * pylint.yml executes on ALL pull requests * test.yml: better workflow name * fixed last pylint error Co-authored-by: Klaus Greff <klausg@google.com>
* google pylint configuration * pylint fixes * docstring objects * removed __all__ and compartimentalized pybullet & blender * pylint complaint fix * pylint tweaks assets * pylint traits.py * pylint klevr_uni.py * pylint datasets/klevr.py * pylint kubric/core/color.py * pybullet pylint * pylint kubric/utils.py * pylint kubric/renderer/blender.py * pylint kubric/renderer/blender_utils.py * pylint kubric/* * test.yml executes on ALL branches now * pylint.yml executes on ALL pull requests * test.yml: better workflow name * fixed last pylint error Co-authored-by: Klaus Greff <klausg@google.com>
No description provided.