https://github.com/GPflow/GPflow
Revision 6575e90ac72aa07855659299a5fa2e6830cea121 authored by st-- on 13 March 2020, 17:24:58 UTC, committed by GitHub on 13 March 2020, 17:24:58 UTC
1 parent 46809a1
Raw File
Tip revision: 6575e90ac72aa07855659299a5fa2e6830cea121 authored by st-- on 13 March 2020, 17:24:58 UTC
Update Makefile: add 'make format' (#1313)
Tip revision: 6575e90
.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