https://github.com/GPflow/GPflow
Revision ba5e53afb53a0d286b48c9254e86e3f55e3d8c52 authored by Artem Artemev on 17 June 2019, 16:33:49 UTC, committed by Artem Artemev on 17 June 2019, 16:33:49 UTC
2 parent s 6ab11a5 + c3a46bd
Raw File
Tip revision: ba5e53afb53a0d286b48c9254e86e3f55e3d8c52 authored by Artem Artemev on 17 June 2019, 16:33:49 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into develop
Tip revision: ba5e53a
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top