i05nagai/mafipy

View on GitHub

Showing 1,119 of 1,119 total issues

Invalid escape sequence '\l'
Open

                \log
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\s'
Open

                \sqrt{1 - 2\\rho z + z^{2}} + z - \\rho
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Line too long (83 > 79 characters)
Open

                print("Error when running '%s': %s\n" % (" ".join(cmd), str(err),))
Severity: Minor
Found in setup.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.

Invalid escape sequence '\l'
Open

                \left(
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\l'
Open

                \left(
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\l'
Open

                    \log\left( \\frac{S}{K} \\right),
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\e'
Open

        \end{eqnarray}
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\l'
Open

                    \left(
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\l'
Open

                    \log^{2}\\frac{S}{K}
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\l'
Open

                \left(
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\l'
Open

                    \log\left( \\frac{S}{K} \\right),
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\l'
Open

            \left(
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\s'
Open

                        \sqrt{1 - 2\\rho z + z^{2}} + z - \\rho
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\l'
Open

                        \log^{4}\\frac{S}{K}
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\s'
Open

                        \sqrt{1 - 2\\rho z + z^{2}} + z - \\rho
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Line too long (80 > 79 characters)
Open

            `setup.py clean` is not supported, use one of the following instead:
Severity: Minor
Found in setup.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.

Invalid escape sequence '\l'
Open

            \left(
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '\l'
Open

                        \log^{2}\\frac{S}{K}
Severity: Minor
Found in mafipy/function/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Line too long (80 > 79 characters)
Open

                     'bdist_wininst', 'bdist_msi', 'bdist_mpkg', 'build_sphinx',
Severity: Minor
Found in setup.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.
Severity
Category
Status
Source
Language