Skip to content
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

Fixed the line-too-long message for all modules under probnum.linalg subpackage. #696

Merged
merged 15 commits into from
Apr 9, 2022

Conversation

peterw2333
Copy link
Contributor

@peterw2333 peterw2333 commented Apr 1, 2022

In a Nutshell

Fixed the line-too-long message for all modules under probnum.linalg subpackage.

Detailed Description

Splitted lines longer than 100 characters into multiple lines, each shorter than 100 characters, as required by pylint. Stopped ignoring line-too-long issue for probnum.linalg subpackage by changing configuration in tox.ini.
Solving each message in different pull requests as requested in #671.

Related Issues

Finishes first to-do in #671.

@JonathanWenger JonathanWenger self-assigned this Apr 2, 2022
@JonathanWenger JonathanWenger added linalg Issues related to linear algebra testing and CI Unit tests, coverage and continuous integration labels Apr 2, 2022
@peterw2333
Copy link
Contributor Author

@JonathanWenger Could you please approve running the checks again? I have made a new commit in response to the test results stating that maximum line length should be 88, instead of the default of 100 in pylint (as I have wrongly assumed).

@peterw2333
Copy link
Contributor Author

I am a bit confused about why the pylint and black checks would give an InvocationError as the only change I did to tox.ini was removing the ignore of line-too-long check. Can anyone give some insight? Thanks in advance!

Copy link
Contributor

@JonathanWenger JonathanWenger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for taking care of this!

@JonathanWenger JonathanWenger merged commit 275c492 into probabilistic-numerics:main Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linalg Issues related to linear algebra testing and CI Unit tests, coverage and continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants