https://github.com/GPflow/GPflow
Revision b32d13a9e3c681028143919f470101cdcad64545 authored by Artem Artemev on 22 March 2020, 16:33:47 UTC, committed by GitHub on 22 March 2020, 16:33:47 UTC
1 parent aaf9339
Raw File
Tip revision: b32d13a9e3c681028143919f470101cdcad64545 authored by Artem Artemev on 22 March 2020, 16:33:47 UTC
Black formatting is missing for documentation and setup.py (#1349)
Tip revision: b32d13a
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top