https://github.com/GPflow/GPflow
Revision 9dd3d77b9cb0a7baf3dcbf7ab4a0c70ac7f76853 authored by ST John on 21 February 2020, 17:49:23 UTC, committed by ST John on 21 February 2020, 17:49:23 UTC
2 parent s 2321585 + 3317868
Raw File
Tip revision: 9dd3d77b9cb0a7baf3dcbf7ab4a0c70ac7f76853 authored by ST John on 21 February 2020, 17:49:23 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into tf2.0-compatible
Tip revision: 9dd3d77
.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