https://github.com/GPflow/GPflow
Revision 626741429eb0c6d32c6961f7897ab4bcc1334eea authored by James Hensman on 29 May 2017, 13:54:10 UTC, committed by GitHub on 29 May 2017, 13:54:10 UTC
2 parent s e9275c2 + 65577cf
Raw File
Tip revision: 626741429eb0c6d32c6961f7897ab4bcc1334eea authored by James Hensman on 29 May 2017, 13:54:10 UTC
Merge pull request #420 from GPflow/softplus_warning_fix
Tip revision: 6267414
.coveragerc
[report]
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