https://github.com/GPflow/GPflow
Revision 9fa6689549d409d22c5b0f183ec20dcbb6ff52b2 authored by Artem Artemev on 02 July 2019, 17:36:17 UTC, committed by Artem Artemev on 02 July 2019, 17:36:17 UTC
1 parent 4265691
Raw File
Tip revision: 9fa6689549d409d22c5b0f183ec20dcbb6ff52b2 authored by Artem Artemev on 02 July 2019, 17:36:17 UTC
Update GPflow2 introduction notebook
Tip revision: 9fa6689
.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