i05nagai/mafipy

View on GitHub
mafipy/function/math_formula.py

Summary

Maintainability
A
0 mins
Test Coverage

Invalid escape sequence '\p'
Open

        \phi^{\prime}(x) = (x^{2} - 1)\phi(x)
Severity: Minor
Found in mafipy/function/math_formula.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(\cdot)` is p.d.f. of standard normal distribution.
Severity: Minor
Found in mafipy/function/math_formula.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\p'
Open

        \phi^{\prime}(x) = (x^{2} - 1)\phi(x)
Severity: Minor
Found in mafipy/function/math_formula.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\p'
Open

        \phi^{\prime}(x) = (x^{2} - 1)\phi(x)
Severity: Minor
Found in mafipy/function/math_formula.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\c'
Open

    :math:`\phi(\cdot)` is p.d.f. of standard normal distribution.
Severity: Minor
Found in mafipy/function/math_formula.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

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

There are no issues that match your filters.

Category
Status