https://github.com/GPflow/GPflow
Revision 545cf74534d6e77c4b4c201109c82836e90b3a78 authored by Alessandro Davide Ialongo on 07 March 2018, 16:30:00 UTC, committed by Alessandro Davide Ialongo on 07 March 2018, 16:30:00 UTC
2 parent s 6ebe0c6 + 80b82c5
Raw File
Tip revision: 545cf74534d6e77c4b4c201109c82836e90b3a78 authored by Alessandro Davide Ialongo on 07 March 2018, 16:30:00 UTC
Merge branch 'master' of github.com:GPflow/GPflow
Tip revision: 545cf74
.coveragerc
[report]
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