https://github.com/GPflow/GPflow
Revision ca40b134a5664f0cc769a25bc29a8d8bf490bf57 authored by Artem Artemev on 25 October 2019, 09:34:12 UTC, committed by GitHub on 25 October 2019, 09:34:12 UTC
1 parent b6cc953
Raw File
Tip revision: ca40b134a5664f0cc769a25bc29a8d8bf490bf57 authored by Artem Artemev on 25 October 2019, 09:34:12 UTC
Natural Gradient for GPflow 2.0 (#1109)
Tip revision: ca40b13
.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