Easy-to-fix pylint messages in `probnum.randvars`
Closed this issue · 1 comments
pnkraemer commented
Context:
There is ongoing work on refactoring probnum
to comply with the desired pylint configuration. See #523 for context.
Many of those refactorings should be very simple to resolve.
Details:
For the probnum.randvars
subpackage, these are
-
line-too-long
(some docstrings have too long lines) -
no-else-return
Once a message has been resolved, please remove the explicit pylint-ignore on the bottom of the file.
Some notes, if you would like to take this on:
NDOWAH commented
I would like to work on this issue.