https://github.com/GPflow/GPflow
Revision b17df8b62ccf00713622464f5b2b28f9ba326740 authored by st-- on 10 January 2020, 16:48:50 UTC, committed by GitHub on 10 January 2020, 16:48:50 UTC
1 parent 7c2711f
Raw File
Tip revision: b17df8b62ccf00713622464f5b2b28f9ba326740 authored by st-- on 10 January 2020, 16:48:50 UTC
reinstate project links in README.md that disappeared when changing develop to 2.0
Tip revision: b17df8b
.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