https://github.com/GPflow/GPflow
Revision 36a0853131c736600ab8a7370fc298b371a18228 authored by st-- on 15 January 2020, 11:10:26 UTC, committed by Artem Artemev on 15 January 2020, 11:10:26 UTC
1 parent fcd3b00
Raw File
Tip revision: 36a0853131c736600ab8a7370fc298b371a18228 authored by st-- on 15 January 2020, 11:10:26 UTC
Link GPflow 2 upgrade guide from intro.ipynb and README.md (#1210)
Tip revision: 36a0853
.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