https://github.com/GPflow/GPflow
Revision acb9adf1e16c0373e416c3435a775f353d905fef authored by Artem Artemev on 02 July 2019, 17:45:55 UTC, committed by Artem Artemev on 02 July 2019, 17:45:55 UTC
2 parent s 474d541 + eda1cc7
Raw File
Tip revision: acb9adf1e16c0373e416c3435a775f353d905fef authored by Artem Artemev on 02 July 2019, 17:45:55 UTC
Merge GPflow2.0 introduction notebook
Tip revision: acb9adf
.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