You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.diffeq subpackage, these are
line-too-long (some docstrings have too long lines)
no-else-return
no-else-raise
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:
Have a look at the before opening a pull request.
Please strongly consider resolving each message in a separate pull request. This makes the reviews go more smoothly.
The text was updated successfully, but these errors were encountered:
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.diffeq
subpackage, these areline-too-long
(some docstrings have too long lines)no-else-return
no-else-raise
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:
The text was updated successfully, but these errors were encountered: