i05nagai/mafipy

View on GitHub

Showing 1,119 of 1,119 total issues

Invalid escape sequence '\s'
Open

                \\rho_{XS}\sigma_{X}\sqrt{T}\Phi^{-1}(\Psi^{A}(s))

Invalid escape sequences are deprecated in Python 3.6.

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

Line too long (81 > 79 characters)
Open

        # 0.84491343183536094 * -1.3471580952217899e-05 = -1.1382319694586305e-05
Severity: Minor
Found in mafipy/calibrator/tests/test_sabr.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 '\p'
Open

        h^{\prime}(s)

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\p'
Open

    :return: :math:`h^{\prime}(s)`.

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\c'
Open

    :math:`\phi^{-1}(\cdot)` is inverse function of standard gaussian p.d.f.,

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\s'
Open

        - \sigma_{\mathrm{atm}} F^{1-\\beta}
Severity: Minor
Found in mafipy/calibrator/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

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

Blank line at end of file
Open

Trailing blank lines are superfluous.

Okay: spam(1)
W391: spam(1)\n

However the last line should end with a new line (warning W292).

Invalid escape sequence '\p'
Open

        h(s) := \Phi^{-1}(\Phi^{A}(s))

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\p'
Open

    :return: :math:`\Phi^{-1}(\Phi^{A}(s))`.

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\p'
Open

    :param float h_prime: value of :math:`h^{\prime}(s)`.

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\c'
Open

    :math:`\Phi^{-1}(\cdot)` is inverse function of standard gaussian c.d.f,

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\c'
Open

        \\tilde{\chi}(s)

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\m'
Open

        - \sigma_{\mathrm{atm}} F^{1-\\beta}
Severity: Minor
Found in mafipy/calibrator/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\p'
Open

        h^{\prime\prime}(s)

Invalid escape sequences are deprecated in Python 3.6.

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

Line too long (102 > 79 characters)
Open

        help='Github API token. Required to set thid option or set GITHUB_API_KEY environ variables.')
Severity: Minor
Found in scripts/release/release.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 '\c'
Open

    :math:`\phi^{-1}(\cdot)` is inverse function of standard gaussian p.d.f.,

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\p'
Open

            - \psi^{A}(s) \phi^{\prime}(h(s)) h^{\prime}(s)

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\l'
Open

            \left(

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\l'
Open

            \\approx \ln \\alpha - (1 - \\beta) \ln F
Severity: Minor
Found in mafipy/calibrator/sabr.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\p'
Open

    :math:`\phi^{-1}(\cdot)` is inverse function of standard gaussian p.d.f.,

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'
Severity
Category
Status
Source
Language