https://github.com/GPflow/GPflow
Revision 07aa9d2724d52197fd88e9f8463de129b15902ff authored by st-- on 11 March 2020, 00:02:10 UTC, committed by GitHub on 11 March 2020, 00:02:10 UTC
1 parent 7fd3068
Raw File
Tip revision: 07aa9d2724d52197fd88e9f8463de129b15902ff authored by st-- on 11 March 2020, 00:02:10 UTC
fix gpflow2_upgrade_guide notebook heading levels and images (#1299)
Tip revision: 07aa9d2
.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