ejhigson/nestcheck

View on GitHub
nestcheck/error_analysis.py

Summary

Maintainability
A
0 mins
Test Coverage

Invalid escape sequence '\m'
Open

        :math:`\mu` is the mean sample value.
Severity: Minor
Found in nestcheck/error_analysis.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

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

Invalid escape sequence '\m'
Open

        If true, the samples :math:`X` are mapped to :math:`2 \mu - X`, where
Severity: Minor
Found in nestcheck/error_analysis.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