pbrod/numdifftools

View on GitHub
src/numdifftools/info.py

Summary

Maintainability
A
0 mins
Test Coverage

Line too long (119 > 110 characters)
Open

- **Hessian**: Compute the Hessian matrix of all 2nd partial derivatives of a scalar function of one or more variables.
Severity: Minor
Found in src/numdifftools/info.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (119/100)
Open

- **Hessian**: Compute the Hessian matrix of all 2nd partial derivatives of a scalar function of one or more variables.
Severity: Info
Found in src/numdifftools/info.py by pylint

Used when a line is longer than a given number of characters.

Line too long (101/100)
Open

    .. |tests_img| image:: https://github.com/pbrod/numdifftools/actions/workflows/test.yml/badge.svg
Severity: Info
Found in src/numdifftools/info.py by pylint

Used when a line is longer than a given number of characters.

Line too long (106/100)
Open

    .. |coverage_img| image:: https://api.codeclimate.com/v1/badges/698996d1ec94028ec223/test_coverage.svg
Severity: Info
Found in src/numdifftools/info.py by pylint

Used when a line is longer than a given number of characters.

Line too long (106/100)
Open

    .. |health_img| image:: https://api.codeclimate.com/v1/badges/698996d1ec94028ec223/maintainability.svg
Severity: Info
Found in src/numdifftools/info.py by pylint

Used when a line is longer than a given number of characters.

There are no issues that match your filters.

Category
Status